CMakeLists.txt: Link against libiconv on OSX

This commit is contained in:
Jonas Kulla 2014-09-30 14:17:33 +02:00
parent 51a0f3903c
commit 5ea964eee8
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ if(APPLE)
list(APPEND PLATFORM_LIBRARIES
${CARBON_LIBRARY}
${IOKIT_LIBRARY}
"-liconv"
)
endif()