]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Wed, 2 Aug 2000 01:49:40 +0000 (01:49 +0000)
committerGreg Ward <gward@python.net>
Wed, 2 Aug 2000 01:49:40 +0000 (01:49 +0000)
Lib/distutils/sysconfig.py

index f6d941ac13a9f4effeae1add66c32adca3139b05..2246327781f7dffd11ca084ad38835983730b7d4 100644 (file)
@@ -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: