mirror of
https://github.com/python/cpython.git
synced 2024-12-21 07:45:30 +08:00
Fix typo I introduced in f93acf8844ec
This commit is contained in:
parent
d9d67a6b5c
commit
61543b1afc
@ -650,7 +650,7 @@ class build_ext(Command):
|
||||
|
||||
else:
|
||||
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]
|
||||
return ext.libraries + [pythonlib]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user