waf.bat: add checks for newer pythons, remove checks for pythons below 2.7
This commit is contained in:
parent
0b57d97c8c
commit
23b9a2eddf
1 changed files with 1 additions and 1 deletions
2
waf.bat
2
waf.bat
|
@ -25,7 +25,7 @@ Setlocal EnableDelayedExpansion
|
||||||
set PYTHON_DIR_OK=FALSE
|
set PYTHON_DIR_OK=FALSE
|
||||||
set REGPATH=
|
set REGPATH=
|
||||||
|
|
||||||
for %%i in (3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5) do (
|
for %%i in (3.13 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.7) do (
|
||||||
for %%j in (HKCU HKLM) do (
|
for %%j in (HKCU HKLM) do (
|
||||||
for %%k in (SOFTWARE\Wow6432Node SOFTWARE) do (
|
for %%k in (SOFTWARE\Wow6432Node SOFTWARE) do (
|
||||||
for %%l in (Python\PythonCore IronPython) do (
|
for %%l in (Python\PythonCore IronPython) do (
|
||||||
|
|
Loading…
Add table
Reference in a new issue