diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 13:52:41 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 13:52:41 -0500 |
commit | 306b1cf23c73218093350b74e8dc9594b2286546 (patch) | |
tree | 4ba0c5a93cadc8f59d554c5861f4bb1132194aee /python/setup.py.in | |
parent | 10992003895a0c89e00033c8e20fdebb90ea8f77 (diff) |
mav fixes
Diffstat (limited to 'python/setup.py.in')
-rw-r--r-- | python/setup.py.in | 2 |
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] |