summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 550c1e1..1b6412f 100644
--- a/cscript
+++ b/cscript
@@ -6,6 +6,8 @@ def build(target, options):
cmd += ' --static'
if target.debug:
cmd += ' --enable-debug'
+ if target.platform == 'windows':
+ cmd += ' --target-windows'
target.command(cmd)
target.command('./waf build install')