diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-12-12 08:47:41 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-29 02:40:45 -0500 |
commit | 6b0cea298f7ad222879fafd2905293ab939ff8b3 (patch) | |
tree | c828e2a17d5b9a16d0dca60b6e951d71a0bc3eb0 /mk | |
parent | cee66e71ce3858602603856bf7da62d6f9552b8a (diff) | |
download | haskell-6b0cea298f7ad222879fafd2905293ab939ff8b3.tar.gz |
Propagate PythonCmd to make build system
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 5 |
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@ |