From 7c8e183d30f2ff37f6dc2ae89b40688d4562d4b5 Mon Sep 17 00:00:00 2001 From: Tonya Souther Date: Wed, 2 Jul 2014 07:57:11 -0500 Subject: [PATCH] Need this library for a 32-bit build too. --- indra/cmake/ViewerMiscLibs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index 71842371ec..e9a3029ab8 100755 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -6,6 +6,7 @@ if (NOT STANDALONE) use_prebuilt_binary(libuuid) use_prebuilt_binary(slvoice) use_prebuilt_binary(fontconfig) + use_prebuilt_binary(libidn) if( ND_BUILD64BIT_ARCH ) if( WINDOWS ) @@ -13,7 +14,6 @@ if (NOT STANDALONE) use_prebuilt_binary( wix ) elseif( DARWIN ) use_prebuilt_binary( slplugin_x86 ) - use_prebuilt_binary( libidn ) endif() endif( ND_BUILD64BIT_ARCH ) endif(NOT STANDALONE)