diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-22 23:01:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-25 14:55:24 +0100 |
| commit | 8f955150ff2b642109552dd234089f9a038bb3d6 (patch) | |
| tree | 29ba4328938928d6a36771be9f7cb72638a767a9 /graphics/wscript | |
| parent | b2c412480aa2cc29bfbb90556f974e9294608898 (diff) | |
Add -x32/-x64 suffix to boost libraries when building for Windows.
Diffstat (limited to 'graphics/wscript')
| -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') |
