CMakeLists.txt: Link against libiconv on OSX
This commit is contained in:
parent
51a0f3903c
commit
5ea964eee8
|
@ -368,6 +368,7 @@ if(APPLE)
|
||||||
list(APPEND PLATFORM_LIBRARIES
|
list(APPEND PLATFORM_LIBRARIES
|
||||||
${CARBON_LIBRARY}
|
${CARBON_LIBRARY}
|
||||||
${IOKIT_LIBRARY}
|
${IOKIT_LIBRARY}
|
||||||
|
"-liconv"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue