]> granicus.if.org Git - python/commitdiff
Issue #14018: fix merge error
authorNed Deily <nad@acm.org>
Sun, 27 Jan 2013 02:08:22 +0000 (18:08 -0800)
committerNed Deily <nad@acm.org>
Sun, 27 Jan 2013 02:08:22 +0000 (18:08 -0800)
setup.py

index 1791fbe2821a05d844a3e9792e6a5b005a5b29ee..6a503c068296498b9e3b8b3da561c02dd29b1521 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,6 @@ def is_macosx_sdk_path(path):
     """
     Returns True if 'path' can be located in an OSX SDK
     """
-    return (path.startswith('/usr/') and not path.startswith('/usr/local')) or path.startswith('/System/')
     return ( (path.startswith('/usr/') and not path.startswith('/usr/local'))
                 or path.startswith('/System/')
                 or path.startswith('/Library/') )