summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index a5062d7..bb1aa75 100755
--- a/configure
+++ b/configure
@@ -817,6 +817,8 @@ TRUE
MACHDEP_OBJS
DYNLOADFILE
DLINCLDIR
+PLATFORM_OBJS
+PLATFORM_HEADERS
DTRACE_OBJS
DTRACE_HEADERS
DFLAGS
@@ -13993,6 +13995,21 @@ $as_echo "$ac_cv_dtrace_link" >&6; }
fi
fi
+PLATFORM_HEADERS=
+PLATFORM_OBJS=
+
+case $ac_sys_system in #(
+ Emscripten) :
+
+ as_fn_append PLATFORM_OBJS ' Python/emscripten_signal.o'
+ as_fn_append PLATFORM_HEADERS ' $(srcdir)/Include/internal/pycore_emscripten_signal.h'
+ ;; #(
+ *) :
+ ;;
+esac
+
+
+
# -I${DLINCLDIR} is added to the compile rule for importdl.o
DLINCLDIR=.