We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096f61b commit 20ecf1fCopy full SHA for 20ecf1f
1 file changed
scons.bat
@@ -6,7 +6,7 @@ where py 1>nul 2>&1
6
if "%ERRORLEVEL%" == "0" (
7
rem Python launcher is present in the PATH
8
rem Call python 3.7 for 32 bits
9
- py -3.7-32 "%~dp0\scons.py" %*
+ py -3.8-32 "%~dp0\scons.py" %*
10
) else (
11
rem Python registers itself with the .py extension, so call scons.py.
12
"%~dp0\scons.py" %*
0 commit comments