Need this library for a 32-bit build too.

Tonya Souther 2014-07-02 07:57:11 -05:00
parent f92b46d1a5
commit 7c8e183d30
1 changed files with 1 additions and 1 deletions

View File

@ -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)