mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627)
(cherry picked from commit bf5d1684a7
)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
fafa213870
commit
1e97145d2f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1686,7 +1686,7 @@ class PyBuildExt(build_ext):
|
||||||
('XML_POOR_ENTROPY', '1'),
|
('XML_POOR_ENTROPY', '1'),
|
||||||
]
|
]
|
||||||
extra_compile_args = []
|
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
|
# against the libm
|
||||||
expat_lib = ['m']
|
expat_lib = ['m']
|
||||||
expat_sources = ['expat/xmlparse.c',
|
expat_sources = ['expat/xmlparse.c',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue