diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 17:36:52 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 17:36:52 -0500 |
commit | 23f3d8e92b9e4b53ea884bb33440885b61d15e02 (patch) | |
tree | 350933876f29abc89d7b2bf1b8043ee2cf6a8fb0 /python/setup.py.in | |
parent | 306b1cf23c73218093350b74e8dc9594b2286546 (diff) |
hack to fix compilation problems on mav
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 cdde696e..a2aa28f6 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -21,7 +21,7 @@ ext_modules = [ extra_compile_args=CPPFLAGS, extra_link_args=LDFLAGS), Extension(name='cdec.sa._sa', - sources=['cdec/sa/_sa.c', 'cdec/sa/strmap.cc'], + sources=['cdec/sa/_sa.cpp', 'cdec/sa/strmap.cc'], extra_compile_args=CPPFLAGS) ] |