CMakeLists.txt: Link against libiconv on OSX
This commit is contained in:
parent
51a0f3903c
commit
5ea964eee8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue