summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/sysconfig.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-28 19:40:27 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-28 19:40:27 (GMT)
commit6335773434403570ec6b05fd9b97c219b605c41a (patch)
treee9b6ce2ab48be9d3061a3fa5432457b7b30216a9 /Lib/distutils/sysconfig.py
parent3e038e5e2551df9d37e1d44f7cc59cdce797f1a3 (diff)
downloadcpython-6335773434403570ec6b05fd9b97c219b605c41a.zip
cpython-6335773434403570ec6b05fd9b97c219b605c41a.tar.gz
cpython-6335773434403570ec6b05fd9b97c219b605c41a.tar.bz2
Placate tabnanny
Diffstat (limited to 'Lib/distutils/sysconfig.py')
-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