]> granicus.if.org Git - handbrake/commitdiff
build: add 'PYTON.exe' to probed tools
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 13 Nov 2018 22:57:22 +0000 (14:57 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 14 Nov 2018 16:26:37 +0000 (08:26 -0800)
This records in GNUmakefile what python executable was found by
configure.

make/configure.py

index 3a9d1c257cd9dead652cb4cbb2fd66d1548013b2..9697fffa567bbf209f7377d6b5ec356dbdacb1ac 100644 (file)
@@ -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: