Commit 68733231 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent cd85f758
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment