diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 00:43:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 00:43:04 +0100 |
| commit | 661ca6fbe4c8512f1341c87f5bef48d39709e943 (patch) | |
| tree | 5bc453cfa6aa2891760f2cda55c1df1db41f835e /cscript | |
| parent | 64e72c622be986c7272e938c2d3235c61abef402 (diff) | |
Allow force-cpp11 via cdist options.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
