diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-26 03:59:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-26 03:59:23 +0100 |
| commit | 7b876c6ef683d5ef78f8f4d919c7484c7879e3ce (patch) | |
| tree | 8dd35d6785d7c9e552567501f753f851d6d29c38 /cscript | |
| parent | c5d676ec32a564a397d85241cb714680a5c9b6c2 (diff) | |
Force c++11 on Windows.mxe2
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ def build(target, options): if target.debug: cmd += ' --enable-debug' if target.platform == 'windows': - cmd += ' --target-windows --disable-tests' + cmd += ' --target-windows --disable-tests --force-cpp11' target.command(cmd) target.command('./waf build install') |
