diff options
author | Patrick Simianer <p@simianer.de> | 2014-01-27 10:39:36 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-01-27 10:39:36 +0100 |
commit | 64e135092c140310345bb7fcf3dffc8072e652d3 (patch) | |
tree | 127636a2820fb9a7a522157ea4de55cdc0c3c0bd /python | |
parent | 58be95f557d2f6a006cc98a23de98125e6b83a32 (diff) | |
parent | 5ab6eb44d67a48ea5b366d8b2878f3da7ef960e4 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'python')
-rw-r--r-- | python/setup.py.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/setup.py.in b/python/setup.py.in index a2aa28f6..3da405a1 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -9,8 +9,6 @@ LIB = ['../decoder', '../utils', '../mteval', '../training/utils', '../klm/lm', LIBS = re.findall('-l([^\s]+)', '@LIBS@') CPPFLAGS = re.findall('-[^\s]+', '@CPPFLAGS@ @CXXFLAGS@') LDFLAGS = re.findall('-[^\s]+', '@LDFLAGS@') -# Make sure linker flags go only to the linker -LDFLAGS = [opt.replace('-R', '-Wl,-rpath,') for opt in LDFLAGS] ext_modules = [ Extension(name='cdec._cdec', |