mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Placate tabnanny
This commit is contained in:
parent
3e038e5e25
commit
6335773434
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue