From 5ea964eee8f5052f33c3a1b5c1e652fc24e2869b Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 30 Sep 2014 14:17:33 +0200 Subject: [PATCH] CMakeLists.txt: Link against libiconv on OSX --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85e58e3..60ea1fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -368,6 +368,7 @@ if(APPLE) list(APPEND PLATFORM_LIBRARIES ${CARBON_LIBRARY} ${IOKIT_LIBRARY} + "-liconv" ) endif()