diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-22 23:06:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-24 21:13:14 +0100 |
| commit | 02d8f881481dae127d5e85094d5059666a13a35d (patch) | |
| tree | ce2bfbcdc3feebaaba752a1ccfbcbd8702cf3d4d /cscript | |
| parent | 8f23c6c904d17e468bf94397fee28e1242cb1651 (diff) | |
Add -x32/-x64 suffix to boost libraries when building for Windows.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ def build(target, options): if target.platform == 'linux': cmd += ' --static' elif target.platform == 'windows': - cmd += ' --target-windows' + cmd += f' --target-windows-{target.bits}' target.append_with_space('LIBS', '-lboost_system') target.append_with_space('LIBS', '-lboost_filesystem') |
