Update wren to 0.3.0
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.
This commit is contained in:
parent
4360ad03cf
commit
aac87d85c0
5 changed files with 64 additions and 75 deletions
|
@ -1,4 +1,3 @@
|
|||
option('build_testing', type: 'boolean', value: false, yield: true)
|
||||
option('wren_with_cli', type: 'boolean', value: true, yield: true)
|
||||
option('wren_with_rand', type: 'boolean', value: false, yield: true)
|
||||
option('wren_with_meta', type: 'boolean', value: false, yield: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue