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 | e12ec2d3599bafd5042841c87b9c5323d587f176 (patch) | |
tree | a89bcb660f668aec30196478615478a5c94fa2ff /python | |
parent | a1f3f7fb262b6efefb106a7bddaf81d2a3a6df93 (diff) | |
parent | f7e051a05d65ef25c2ada0b84cd82bfb375ef265 (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', |