From 093bf00ec6bd04fbb93641c2b6cdb3e13e9a4ccd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Feb 2020 00:44:39 +0100 Subject: Tidy up previous slightly. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 7090dd8d..2cdf3149 100644 --- a/cscript +++ b/cscript @@ -69,7 +69,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' - if options is not None and 'force-cpp11' in options: + if options is not None and 'force-cpp11' in options and options['force-cpp11']: cmd += ' --force-cpp11' target.command(cmd) -- cgit v1.2.3