Skip to content
Snippets Groups Projects
Commit 992d2867 authored by Kyle Ambroff's avatar Kyle Ambroff
Browse files

indra/cmake/APR.cmake: Fix windows simulator build so it still dymanically links with iconv.

parent 189599b6
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ else (STANDALONE)
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/aprutil-1.lib
)
set(APRICONV_LIBRARIES
debug ${ARCH_PREBUILT_DIRS_DEBUG}/apriconv-1.lib
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/apriconv-1.lib
debug ${ARCH_PREBUILT_DIRS_DEBUG}/iconv.dll
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/iconv.dll
)
elseif (DARWIN)
set(APR_LIBRARIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment