diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-08-01 18:27:51 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-08-01 18:27:51 +0200 |
commit | bb9309432fd35e95cf88b630853a928a3e3228c3 (patch) | |
tree | 6e5616f7028eb75a3539bbfac512abd7a91407fb /python | |
parent | 3f8e33cfe481a09c121a410e66a6074b5d05683e (diff) |
Makefile.am, dtrain output, python build
Diffstat (limited to 'python')
-rw-r--r-- | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 7be976e8..cced4c1a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ import glob INC = ['..', 'src/', '../decoder', '../utils', '../mteval'] LIB = ['../decoder', '../utils', '../mteval', '../training', '../klm/lm', '../klm/util'] -LINK_ARGS = [] +LINK_ARGS = ['-lz'] # Detect Boost BOOST_ROOT = os.getenv('BOOST_ROOT') |