Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2012-11-12 00:41:28 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-12 00:41:28 +0400
commitfbc1cc712f281e1cf61f40d70f09f8479506e018 (patch)
tree3a4cfaeb72a5b44c62252e8ccd46c738145d5568 /CMakeLists.txt
parent31fd76964127e9b9495f70c22786d4dbcce3944b (diff)
OSX: fix linking with new boost_locale
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa36995dfa6..d5c1b5c287f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1547,6 +1547,7 @@ elseif(APPLE)
set(BOOST_LIBRARIES boost_date_time-mt boost_filesystem-mt boost_regex-mt boost_system-mt boost_thread-mt)
if (WITH_INTERNATIONAL)
list(APPEND BOOST_LIBRARIES boost_locale-mt)
+ set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -liconv") # boost_locale needs it !
endif()
set(BOOST_LIBPATH ${BOOST}/lib)
set(BOOST_DEFINITIONS)