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 /graphics | |
| parent | 4a9e6cf127512504d05f7ccf4a70a47a63e65809 (diff) | |
Add -x32/-x64 suffix to boost libraries when building for Windows.
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index 68435ea23..a5d477644 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -27,7 +27,7 @@ def build(bld): bld.install_files('${PREFIX}/share/icons/hicolor/%dx%d/apps' % (r, r), 'linux/%d/%s.png' % (r, p)) # Install stuff for POSIX systems - if not bld.env.TARGET_WINDOWS and not bld.env.DISABLE_GUI: + if not bld.env.TARGET_WINDOWS_64 and not bld.env.TARGET_WINDOWS_32 and not bld.env.DISABLE_GUI: bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png') |
