diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-22 23:01:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:55:10 +0100 |
| commit | 5bc2ed271d09bfeaccce006324392bb7beb4850f (patch) | |
| tree | dd2742953278d1812d76585d42ea2d9da7ceb0d0 /cscript | |
| parent | 4a9e6cf127512504d05f7ccf4a70a47a63e65809 (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
@@ -431,7 +431,7 @@ def configure_options(target, options, for_package=False): if target.debug: opt += ' --enable-debug' if target.platform == 'windows': - opt += ' --target-windows' + opt += f' --target-windows-{target.bits}' elif target.platform == 'linux': opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': |
