summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-09 23:56:08 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-09 23:56:08 +0000
commite944b879b1af43cd8c93b2ba479f33b36ea1c250 (patch)
tree36383db66c7ec3726b75176ab8727dff7a592070
parent76be551e7296aacf02beb39a3fb0e88041753240 (diff)
Fix previous.cpp11
-rw-r--r--cscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/cscript b/cscript
index 80996aa..b9ac538 100644
--- a/cscript
+++ b/cscript
@@ -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')