Need this library for a 32-bit build too.
parent
f92b46d1a5
commit
7c8e183d30
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue