mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Typo fix.
This commit is contained in:
parent
6f628bb877
commit
dc9fe8a7ba
@ -77,7 +77,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None):
|
||||
return prefix
|
||||
|
||||
elif os.name == "mac":
|
||||
if platform_specific:
|
||||
if plat_specific:
|
||||
if standard_lib:
|
||||
return os.path.join(EXEC_PREFIX, "Mac", "Plugins")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user