Force compiling wren as a static lib

This commit is contained in:
King_DuckZ 2020-05-01 00:33:51 +02:00
commit 32f4a01586
3 changed files with 20 additions and 11 deletions

View file

@ -1,3 +1,2 @@
option('build_testing', type: 'boolean', value: false)
option('wren_with_cli', type: 'boolean', value: true)
option('wren_installable', type: 'boolean', value: true)