diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 13:30:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 13:30:59 +0100 |
| commit | 4233dd7e462e4972c04141e841fc4b8d91bee917 (patch) | |
| tree | 9067c30e999f94e20f59ba2e266b4d035f12956f | |
| parent | 5d8bffdc9109b04e64477f6cd774dfc234ffb037 (diff) | |
Fix for newer cdist.
| -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') |
