diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-22 22:03:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-22 22:03:24 +0100 |
| commit | 5bf586a64f461f8b5521090e8d34e23ef6f21c1e (patch) | |
| tree | 3b059b38de63a56b263cd48225fdbd0f28d5a374 /cscript | |
| parent | 4ada3e7583dfdc658dbebca3c3603be1e3477c12 (diff) | |
Try to fix build for Win32.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |
