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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2013-07-01 12:01:56 +0400
committerKenneth Heafield <github@kheafield.com>2013-07-01 12:01:56 +0400
commit215e93377c4be126f6ebc6e2b18263e779c0606d (patch)
treedac20f17433f38aa0d9eafeef49e706b98d80d44 /Jamroot
parente98d75cf63d12d84223a5f6278d2c12e404947f7 (diff)
Move iconv to everything but for OS X only
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 06f36f0aa..6f86d0f0d 100644
--- a/Jamroot
+++ b/Jamroot
@@ -108,6 +108,10 @@ project : default-build
<link>static
;
+#Apparently OS X likes to link against iconv for fgetsUTF8.
+lib iconv ;
+requirements += <os>DARWIN:<library>iconv ;
+
project : requirements
<threading>multi:<define>WITH_THREADS
<threading>multi:<library>boost_thread