mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 16:40:27 +00:00
Add b_lundef=false for meson build.
This commit is contained in:
parent
5734e02034
commit
cc1ff9125a
@ -18,7 +18,8 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
project('janet', 'c', default_options : ['c_std=c99'], version : '1.0.0')
|
||||
project('janet', 'c', default_options : ['c_std=c99', 'b_lundef=false'],
|
||||
version : '1.0.0')
|
||||
|
||||
# Global settings
|
||||
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')
|
||||
|
Loading…
Reference in New Issue
Block a user