Commit ad4afeb0 authored by Benjamin Peterson's avatar Benjamin Peterson

_getstalt doesn't need to be built on non-darwin systems #3141

parent 19b9b2ec
......@@ -1176,8 +1176,6 @@ class PyBuildExt(build_ext):
Extension('_gestalt', ['_gestalt.c'],
extra_link_args=['-framework', 'Carbon'])
)
else:
missing.append('_gestalt')
self.extensions.extend(exts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment