Skip to content

Commit

Permalink
Additional fix related to #49. The gnuc99 extension should also be en…
Browse files Browse the repository at this point in the history
…abled when building from the c source to fix the build on Mountain Lion.
  • Loading branch information
jenshnielsen committed Aug 18, 2013
1 parent c5d47c9 commit 5416a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -84,5 +84,6 @@
ext_modules=[Extension("func", sources=["bottleneck/src/func/func.c"],
include_dirs=[np.get_include()]),
Extension("move", sources=["bottleneck/src/move/move.c"],
extra_compile_args=["-std=gnu89"],
include_dirs=[np.get_include()])]
)

0 comments on commit 5416a64

Please sign in to comment.