mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
_getstalt doesn't need to be built on non-darwin systems #3141
This commit is contained in:
parent
19b9b2ec4c
commit
ad4afeb021
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue