diff options
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
