mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-119538: Add missing expat build dependencies (GH-119647) (#119686)
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C
pre-processor.
(cherry picked from commit 606be66362
)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
This commit is contained in:
parent
4a0af0cfdc
commit
46a37a1a92
1 changed files with 3 additions and 1 deletions
|
@ -578,7 +578,9 @@ LIBEXPAT_HEADERS= \
|
||||||
Modules/expat/utf8tab.h \
|
Modules/expat/utf8tab.h \
|
||||||
Modules/expat/xmlrole.h \
|
Modules/expat/xmlrole.h \
|
||||||
Modules/expat/xmltok.h \
|
Modules/expat/xmltok.h \
|
||||||
Modules/expat/xmltok_impl.h
|
Modules/expat/xmltok_impl.h \
|
||||||
|
Modules/expat/xmltok_impl.c \
|
||||||
|
Modules/expat/xmltok_ns.c
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# hashlib's HACL* library
|
# hashlib's HACL* library
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue