Skip to content

Commit 20ecf1f

Browse files
committed
SCons.bat: run SCons under Python 3.8 (32-bit).
1 parent 096f61b commit 20ecf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scons.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ where py 1>nul 2>&1
66
if "%ERRORLEVEL%" == "0" (
77
rem Python launcher is present in the PATH
88
rem Call python 3.7 for 32 bits
9-
py -3.7-32 "%~dp0\scons.py" %*
9+
py -3.8-32 "%~dp0\scons.py" %*
1010
) else (
1111
rem Python registers itself with the .py extension, so call scons.py.
1212
"%~dp0\scons.py" %*

0 commit comments

Comments
 (0)