Skip to content
Snippets Groups Projects
Commit cfab1b87 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #52 from kpayson64/working_mac_py_cpp

Fix mac build
parents 9f3822c4 3b90055f
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ class BuildExt(build_ext.build_ext): ...@@ -260,7 +260,7 @@ class BuildExt(build_ext.build_ext):
"""Custom build_ext command to enable compiler-specific flags.""" """Custom build_ext command to enable compiler-specific flags."""
C_OPTIONS = { C_OPTIONS = {
'unix': ('-pthread', '-std=gnu99'), 'unix': ('-pthread',),
'msvc': (), 'msvc': (),
} }
LINK_OPTIONS = {} LINK_OPTIONS = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment