summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-17 19:10:45 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-07 13:13:02 -0500
commit34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e (patch)
treeae7175fb5d72c632a5e50984ffa32d39585d67aa /hadrian
parentacf40cae24dab7be7c719dba191daa5cf9f7e676 (diff)
downloadhaskell-34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e.tar.gz
configure: Find Python3 for testsuite
In addition, we prefer the Mingw64 Python distribution on Windows due to #17483.
Diffstat (limited to 'hadrian')
-rw-r--r--hadrian/cfg/system.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index b531bd8c31..5c494cf27e 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -28,7 +28,7 @@ makeinfo = @MAKEINFO@
# Python 3 is required to run test driver.
# See: https://github.com/ghc/ghc/blob/master/testsuite/mk/boilerplate.mk#L220
-python = python3
+python = @PythonCmd@
# Information about builders:
#============================