From b6e99d55caa345bc78849c188405ec0727266e0b Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Mon, 6 Sep 2010 15:53:12 +0200 Subject: fix: 32bit libs for linux64 are not actually downloaded --- linden/indra/cmake/ViewerMiscLibs.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake index 4a62ebd..7fe1040 100644 --- a/linden/indra/cmake/ViewerMiscLibs.cmake +++ b/linden/indra/cmake/ViewerMiscLibs.cmake @@ -4,9 +4,9 @@ include(Prebuilt) if (NOT STANDALONE) use_prebuilt_binary(libuuid) use_prebuilt_binary(vivox) - if(LINUX64) + if(LINUX AND ${ARCH} STREQUAL "x86_64") use_prebuilt_binary(32bitcompatibilitylibs) - endif(LINUX64) + endif(LINUX AND ${ARCH} STREQUAL "x86_64") use_prebuilt_binary(fontconfig) endif(NOT STANDALONE) -- cgit v1.1