summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2022-04-03 20:58:52 (GMT)
committerGitHub <noreply@github.com>2022-04-03 20:58:52 (GMT)
commit087d0fa5b97796560c0d8ceab4f0360fd54baf4f (patch)
tree975274b43e0cc50d11f70ba0c6a8fd344d74d632 /Makefile.pre.in
parentbdc497496548e30fa208a8d98c30bf6d1833ac4c (diff)
downloadcpython-087d0fa5b97796560c0d8ceab4f0360fd54baf4f.zip
cpython-087d0fa5b97796560c0d8ceab4f0360fd54baf4f.tar.gz
cpython-087d0fa5b97796560c0d8ceab4f0360fd54baf4f.tar.bz2
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5318a41..f94ba93 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -429,7 +429,8 @@ PYTHON_OBJS= \
Python/$(DYNLOADFILE) \
$(LIBOBJS) \
$(MACHDEP_OBJS) \
- $(DTRACE_OBJS)
+ $(DTRACE_OBJS) \
+ @PLATFORM_OBJS@
##########################################################################
@@ -1608,6 +1609,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_unicodeobject.h \
$(srcdir)/Include/internal/pycore_warnings.h \
$(DTRACE_HEADERS) \
+ @PLATFORM_HEADERS@ \
\
$(srcdir)/Python/stdlib_module_names.h