summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-10-29 14:57:20 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-10-29 14:57:20 (GMT)
commit84968b74c89aa22759b8e284673b46a4a69db852 (patch)
treea076c70bdb303377ef833fe874c578bba653a219 /Makefile.pre.in
parent43ab355e0e6da10441a0f145a0d76f8c3d379589 (diff)
downloadcpython-84968b74c89aa22759b8e284673b46a4a69db852.zip
cpython-84968b74c89aa22759b8e284673b46a4a69db852.tar.gz
cpython-84968b74c89aa22759b8e284673b46a4a69db852.tar.bz2
Issue #28444: Fix missing extensions modules when cross compiling.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index b379ce9..ba633da 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -20,6 +20,7 @@
# === Variables set by makesetup ===
+MODNAMES= _MODNAMES_
MODOBJS= _MODOBJS_
MODLIBS= _MODLIBS_