This option was removed from the subproject

This commit is contained in:
King_DuckZ 2021-02-10 12:48:21 +01:00
parent 3c318d6771
commit 4c65807d93

View file

@ -9,7 +9,6 @@ wren_dep = dependency('wren', version: '>=0.2.0',
default_options: [
'default_library=static',
'build_testing=false',
'wren_with_cli=false',
'wren_with_rand=' + get_option('wren_with_rand').to_string(),
'wren_with_meta=' + get_option('wren_with_meta').to_string(),
],