King_DuckZ
aac87d85c0
Upstream repo got wren-cli split out into a separate git repo so it can't be built as part of the wren repo anymore. Unit tests have also changed, meson script now relies on a python find script to get all the *.wren files that should be passed to the unit test executable.
4 lines
249 B
Meson
4 lines
249 B
Meson
option('build_testing', type: 'boolean', value: false)
|
|
option('build_examples', type: 'boolean', value: false)
|
|
option('wren_with_rand', type: 'boolean', value: false, yield: true)
|
|
option('wren_with_meta', type: 'boolean', value: false, yield: true)
|