From: John Stebbins Date: Tue, 13 Nov 2018 22:57:22 +0000 (-0800) Subject: build: add 'PYTON.exe' to probed tools X-Git-Tag: 1.2.0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da8a76a46e40bc7a8b5b90acd27900873b6a171c;p=handbrake build: add 'PYTON.exe' to probed tools This records in GNUmakefile what python executable was found by configure. --- diff --git a/make/configure.py b/make/configure.py index 3a9d1c257..9697fffa5 100644 --- a/make/configure.py +++ b/make/configure.py @@ -1535,6 +1535,7 @@ try: xcodebuild = ToolProbe( 'XCODEBUILD.exe', 'xcodebuild', abort=False ) lipo = ToolProbe( 'LIPO.exe', 'lipo', abort=False ) + python = ToolProbe( 'PYTHON.exe', os.path.basename(sys.executable), abort=True ) ## run tool probes for tool in ToolProbe.tools: