From 8f955150ff2b642109552dd234089f9a038bb3d6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Feb 2022 23:01:23 +0100 Subject: Add -x32/-x64 suffix to boost libraries when building for Windows. --- graphics/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/wscript') 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') -- cgit v1.2.3