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

Don't link the simulator with iconv.dll on Windows.

parent 2db8e83b
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,8 @@ else (STANDALONE)
debug ${ARCH_PREBUILT_DIRS_DEBUG}/aprutil-1.lib
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/aprutil-1.lib
)
set(APRICONV_LIBRARIES
debug ${ARCH_PREBUILT_DIRS_DEBUG}/iconv.dll
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/iconv.dll
)
# Doesn't need to link with iconv.dll
set(APRICONV_LIBRARIES "")
elseif (DARWIN)
set(APR_LIBRARIES
debug ${ARCH_PREBUILT_DIRS_DEBUG}/libapr-1.a
......
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