summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-12-12 08:47:41 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-29 02:40:45 -0500
commit6b0cea298f7ad222879fafd2905293ab939ff8b3 (patch)
treec828e2a17d5b9a16d0dca60b6e951d71a0bc3eb0
parentcee66e71ce3858602603856bf7da62d6f9552b8a (diff)
downloadhaskell-6b0cea298f7ad222879fafd2905293ab939ff8b3.tar.gz
Propagate PythonCmd to make build system
-rw-r--r--mk/config.mk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 6cdd6c07af..c13332169d 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -659,6 +659,11 @@ WINDRES = $(INPLACE_MINGW)/bin/windres
endif
#-----------------------------------------------------------------------------
+# Python for testsuite driver and code generators
+#
+PYTHON=@PythonCmd@
+
+#-----------------------------------------------------------------------------
# Mingwex Library
#
HaveLibMingwEx = @HaveLibMingwEx@