[typo] s/libexpact/libexpat/ in setup.py (GH-28624)

This commit is contained in:
Łukasz Langa 2021-09-29 16:29:35 +02:00 committed by GitHub
parent f1ca5d7f61
commit bf5d1684a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',