1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-02 10:58:03 +00:00

Verify working meson build on windows.

Using MSVC, no need for GNU tools.
This commit is contained in:
Calvin Rose
2019-06-20 17:28:22 -04:00
parent a29e717fd7
commit bedd9ccaa1
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
option('build_hash', type : 'string', value : 'meson')
option('git_hash', type : 'string', value : 'meson')
option('single_threaded', type : 'boolean', value : false)
option('nanbox', type : 'boolean', value : true)