summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 13:52:41 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-11-10 13:52:41 -0500
commitbb00ca99c527239ca163b209a599873fc9013072 (patch)
tree1a8c3fce34b4b021779443833ff201b1e2c850d7 /python
parent73a5e89074c7a531caee6faa72cfd9c22dafa43e (diff)
mav fixes
Diffstat (limited to 'python')
-rw-r--r--python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py.in b/python/setup.py.in
index 8ed0b100..cdde696e 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -7,7 +7,7 @@ LIB = ['../decoder', '../utils', '../mteval', '../training/utils', '../klm/lm',
# Set automatically by configure
LIBS = re.findall('-l([^\s]+)', '@LIBS@')
-CPPFLAGS = re.findall('-[^\s]+', '@CPPFLAGS@')
+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]