https://github.com/python/cpython/commit/606be663622c6784aed4ffa55b877adbd6fe8e54
commit: 606be663622c6784aed4ffa55b877adbd6fe8e54
branch: main
author: Erlend E. Aasland <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2024-05-28T22:05:19+02:00
summary:
gh-119538: Add missing expat build dependencies (#119647)
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C
pre-processor.
files:
M Makefile.pre.in
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a80d9334ba5134..b259537eae6ecf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -631,7 +631,9 @@ LIBEXPAT_HEADERS= \
Modules/expat/utf8tab.h \
Modules/expat/xmlrole.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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]