diff options
author | WholesomeIsland <65096556+WholesomeIsland@users.noreply.github.com> | 2021-03-16 23:26:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 23:26:13 (GMT) |
commit | 3ac5172255570a962c8eb21a150ab4257f859ba9 (patch) | |
tree | c5efcc391a95cb78ce67d1a15a735fcdf2949a2c /scripts/scons.bat | |
parent | fc3946a217f29407c65291c5358262a7b3cc78cd (diff) | |
download | SCons-3ac5172255570a962c8eb21a150ab4257f859ba9.zip SCons-3ac5172255570a962c8eb21a150ab4257f859ba9.tar.gz SCons-3ac5172255570a962c8eb21a150ab4257f859ba9.tar.bz2 |
Update scons.bat
Diffstat (limited to 'scripts/scons.bat')
-rw-r--r-- | scripts/scons.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|