Trying to figure out how I should pass those options down to wren

This commit is contained in:
King_DuckZ 2020-05-01 20:15:45 +02:00
parent 58da9e761d
commit b5c4182a19

2
meson_options.txt Normal file
View file

@ -0,0 +1,2 @@
option('wren_with_rand', type: 'boolean', value: false)
option('wren_with_meta', type: 'boolean', value: false)