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:
authorHieu Hoang <hieuhoang@gmail.com>2013-07-01 14:15:06 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-01 14:15:06 +0400
commitf2eec1237175fe1aa9e3310a50dd00c3fb6a7b13 (patch)
tree14730385d1bdcb7d450bbd26a2d527994702a5d3
parentd0464455dbd85f7619ac440e17d080dbc2b2948a (diff)
parent418652fe1dc2b47cd5e1994fd1c05a7d15c066de (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder into nadir_osm
-rw-r--r--Jamroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 06f36f0aa..e6db1d207 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>MACOSX:<library>iconv ;
+
project : requirements
<threading>multi:<define>WITH_THREADS
<threading>multi:<library>boost_thread