From 4c65807d9314caa584e2713cb8d5c04f34b2332c Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Wed, 10 Feb 2021 12:48:21 +0100 Subject: [PATCH] This option was removed from the subproject --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index da0ceed..ca1a2f3 100644 --- a/meson.build +++ b/meson.build @@ -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(), ],