summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-10-20 01:10:17 (GMT)
committerGitHub <noreply@github.com>2024-10-20 01:10:17 (GMT)
commite924bb667a19ee1812d6c7592a37dd37346dda04 (patch)
treea2c19d0e8903bf4e9e933157ccafde68036f8da2 /Makefile.pre.in
parent14cafe1a108cf0be73a27a0001003b5897eec8f0 (diff)
downloadcpython-e924bb667a19ee1812d6c7592a37dd37346dda04.zip
cpython-e924bb667a19ee1812d6c7592a37dd37346dda04.tar.gz
cpython-e924bb667a19ee1812d6c7592a37dd37346dda04.tar.bz2
gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index fb6f22d..9c313c8 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -176,7 +176,7 @@ EXPORTSYMS= @EXPORTSYMS@
EXPORTSFROM= @EXPORTSFROM@
# Executable suffix (.exe on Windows and Mac OS X)
-EXE= @EXEEXT@
+EXE= @EXE_SUFFIX@
BUILDEXE= @BUILDEXEEXT@
# Name of the patch file to apply for app store compliance