mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #14018: fix merge error
This commit is contained in:
parent
c19d7b6556
commit
4511e276d5
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -47,7 +47,6 @@ def is_macosx_sdk_path(path):
|
||||||
"""
|
"""
|
||||||
Returns True if 'path' can be located in an OSX SDK
|
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'))
|
return ( (path.startswith('/usr/') and not path.startswith('/usr/local'))
|
||||||
or path.startswith('/System/')
|
or path.startswith('/System/')
|
||||||
or path.startswith('/Library/') )
|
or path.startswith('/Library/') )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue