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) ...@@ -24,8 +24,8 @@ else (STANDALONE)
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/aprutil-1.lib optimized ${ARCH_PREBUILT_DIRS_RELEASE}/aprutil-1.lib
) )
set(APRICONV_LIBRARIES set(APRICONV_LIBRARIES
debug ${ARCH_PREBUILT_DIRS_DEBUG}/apriconv-1.lib debug ${ARCH_PREBUILT_DIRS_DEBUG}/iconv.dll
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/apriconv-1.lib optimized ${ARCH_PREBUILT_DIRS_RELEASE}/iconv.dll
) )
elseif (DARWIN) elseif (DARWIN)
set(APR_LIBRARIES set(APR_LIBRARIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment