From 661ca6fbe4c8512f1341c87f5bef48d39709e943 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Feb 2020 00:43:04 +0100 Subject: Allow force-cpp11 via cdist options. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 42260e40..7090dd8d 100644 --- a/cscript +++ b/cscript @@ -69,6 +69,9 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' + if options is not None and 'force-cpp11' in options: + cmd += ' --force-cpp11' + target.command(cmd) target.command('./waf build install') -- cgit v1.2.3