Skip to content
Snippets Groups Projects
Commit 6b0cea29 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Propagate PythonCmd to make build system

parent cee66e71
No related branches found
No related tags found
No related merge requests found
......@@ -658,6 +658,11 @@ else ifeq "$(TARGETPLATFORM)" "x86_64-unknown-mingw32"
WINDRES = $(INPLACE_MINGW)/bin/windres
endif
#-----------------------------------------------------------------------------
# Python for testsuite driver and code generators
#
PYTHON=@PythonCmd@
#-----------------------------------------------------------------------------
# Mingwex Library
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment