diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-09 23:56:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-09 23:56:08 +0000 |
| commit | e944b879b1af43cd8c93b2ba479f33b36ea1c250 (patch) | |
| tree | 36383db66c7ec3726b75176ab8727dff7a592070 /cscript | |
| parent | 76be551e7296aacf02beb39a3fb0e88041753240 (diff) | |
Fix previous.cpp11
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -42,10 +42,7 @@ def build(target, options): cmd += ' --force-cpp11' elif target.platform == 'windows': # Similarly with Windows - cmd += ' --force-cpp11' - - elif target.platform == 'windows': - cmd += ' --target-windows' + cmd += ' --force-cpp11 --target-windows' target.command(cmd) target.command('./waf build install') |
