From 3ac5172255570a962c8eb21a150ab4257f859ba9 Mon Sep 17 00:00:00 2001 From: WholesomeIsland <65096556+WholesomeIsland@users.noreply.github.com> Date: Tue, 16 Mar 2021 19:26:13 -0400 Subject: Update scons.bat --- scripts/scons.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scons.bat b/scripts/scons.bat index 65c919e..cf7a5ea 100644 --- a/scripts/scons.bat +++ b/scripts/scons.bat @@ -4,7 +4,7 @@ set SCONS_ERRORLEVEL= if "%OS%" == "Windows_NT" goto WinNT @REM for 9x/Me you better not have more than 9 args -python -c "from os.path import join; import sys; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'scons-__VERSION__'), join(sys.prefix, 'Lib', 'site-packages', 'scons'), join(sys.prefix, 'scons-__VERSION__'), join(sys.prefix, 'scons')] + sys.path; import SCons.Script; SCons.Script.main()" %1 %2 %3 %4 %5 %6 %7 %8 %9 +python -c "from os.path import join; import sys; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'scons-__VERSION__'), join(sys.prefix, 'Lib', 'site-packages', 'scons'), join(sys.prefix, 'scons-__VERSION__'), join(sys.prefix, 'scons')] + sys.path; import SCons.Script; SCons.Script.main()" %* @REM no way to set exit status of this script for 9x/Me goto endscons -- cgit v0.12