]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/BinWrappers/WindowsLike/GenDepex.bat
BaseTools: Update windows and linux run scripts file to use Python3
[mirror_edk2.git] / BaseTools / BinWrappers / WindowsLike / GenDepex.bat
index ffc783d2bebf1930b1f194d68f7e87a98488a20d..e8e5753ce3942616dfe6099393033bd4963162a2 100644 (file)
@@ -1,3 +1,3 @@
 @setlocal\r
 @set ToolName=%~n0%\r
-@%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\AutoGen\%ToolName%.py %*\r
+@%PYTHON3% %BASE_TOOLS_PATH%\Source\Python\AutoGen\%ToolName%.py %*\r