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 | b6d085d66decb602e88f32fb5cef27b10e83e69e (patch) | |
tree | 0e10ff8557113e8c9a05508036a073c6ec5d4908 /python | |
parent | eb3ea4fd5dff1c94b237af792c9f7bf421d79d96 (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') |