diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 02:26:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 02:26:24 +0100 |
| commit | 02bfcefc45de607483c6f33240cae4dc8f79045f (patch) | |
| tree | 92e4a719286bcb9323255ce3fa99653b4059a3dd /cscript | |
| parent | a4f640379500da4dd2c9698bcc4a4972b8149a70 (diff) | |
fixup! Separate C++17 from newer *mm API.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
