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:
King_DuckZ 2021-01-22 11:52:20 +01:00
commit aac87d85c0
5 changed files with 64 additions and 75 deletions

View file

@ -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)