From: Benjamin Peterson Date: Thu, 19 Jun 2008 13:21:48 +0000 (+0000) Subject: _getstalt doesn't need to be built on non-darwin systems #3141 X-Git-Tag: v3.0b2~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad4afeb02112e0b6ec41a879feb1946ad0ef2b64;p=python _getstalt doesn't need to be built on non-darwin systems #3141 --- diff --git a/setup.py b/setup.py index 8ca580814d..cc7241027b 100644 --- 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)