mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Fix typo I introduced in f93acf8844ec
This commit is contained in:
parent
d9d67a6b5c
commit
61543b1afc
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ class build_ext(Command):
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if sysconfig.get_config_var('Py_ENABLE_SHARED'):
|
if sysconfig.get_config_var('Py_ENABLE_SHARED'):
|
||||||
template = 'python%d%d' + sys.abiflags
|
template = 'python%d.%d' + sys.abiflags
|
||||||
pythonlib = template % sys.version_info[:2]
|
pythonlib = template % sys.version_info[:2]
|
||||||
return ext.libraries + [pythonlib]
|
return ext.libraries + [pythonlib]
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue