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(), ],