From 02bfcefc45de607483c6f33240cae4dc8f79045f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Dec 2024 02:26:24 +0100 Subject: fixup! Separate C++17 from newer *mm API. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index a753ca4..f23ef22 100644 --- a/cscript +++ b/cscript @@ -32,6 +32,9 @@ def build(target, options): if 'c++17' in options and options['c++17']: cmd += ' --c++17' + if 'new-mm' in options and options['new-mm']: + cmd += ' --new-mm' + target.command(cmd) target.command('./waf build install') -- cgit v1.2.3