mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)
This commit is contained in:
parent
f1ca5d7f61
commit
bf5d1684a7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1767,7 +1767,7 @@ def detect_expat_elementtree(self):
|
|||
('XML_POOR_ENTROPY', '1'),
|
||||
]
|
||||
extra_compile_args = []
|
||||
# bpo-44394: libexpact uses isnan() of math.h and needs linkage
|
||||
# bpo-44394: libexpat uses isnan() of math.h and needs linkage
|
||||
# against the libm
|
||||
expat_lib = ['m']
|
||||
expat_sources = ['expat/xmlparse.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue