summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/distutils/sysconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
index 2b0bce3..91f9279 100644
--- a/Lib/distutils/sysconfig.py
+++ b/Lib/distutils/sysconfig.py
@@ -306,7 +306,7 @@ def _init_posix():
# -- these paths are relative to the Python source, but when installed
# the scripts are in another directory.
if python_build:
- g['LDSHARED'] = g['BLDSHARED']
+ g['LDSHARED'] = g['BLDSHARED']
global _config_vars
_config_vars = g