1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-07 05:18:04 +00:00

Add option to build janet without thread library.

This commit is contained in:
Calvin Rose
2021-07-17 15:13:28 -05:00
parent ab27b789e4
commit aea1f59f6e
6 changed files with 35 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
option('git_hash', type : 'string', value : 'meson')
option('single_threaded', type : 'boolean', value : false)
option('threads', type : 'boolean', value : true)
option('nanbox', type : 'boolean', value : true)
option('dynamic_modules', type : 'boolean', value : true)
option('docstrings', type : 'boolean', value : true)