From b5c4182a196988044e77714f53ef8df83c3585f7 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 1 May 2020 20:15:45 +0200 Subject: [PATCH] Trying to figure out how I should pass those options down to wren --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..9f377f2 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('wren_with_rand', type: 'boolean', value: false) +option('wren_with_meta', type: 'boolean', value: false)