summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4ea44c9d..34ba4918 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ def build(target, options):
if target.platform == 'osx':
cmd += ' --disable-dependency-tracking'
if target.platform == 'windows':
- cmd += ' --host=%s-w64-mingw32' % target.mingw_name
+ cmd += ' --host=%s' % target.name
target.command(cmd)
target.command('make -j2 V=1')