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

This commit is contained in:
Benjamin Peterson 2008-06-19 13:21:48 +00:00
parent 19b9b2ec4c
commit ad4afeb021

View File

@ -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)