projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b9b2e
)
_getstalt doesn't need to be built on non-darwin systems #3141
author
Benjamin Peterson
<benjamin@python.org>
Thu, 19 Jun 2008 13:21:48 +0000
(13:21 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Thu, 19 Jun 2008 13:21:48 +0000
(13:21 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 8ca580814d514d01f42856f61b57a4b3f75495a0..cc7241027b36ed38f675b9b4c5f0fe4a060c7ed8 100644
(file)
--- a/
setup.py
+++ b/
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)