Add a setlocal command to the beginning of build.bat. This is required
to deal with buildenv.bat properly, so that PATH (for example) doesn't expand infintly. Per report from Joachim Wieland, patch from Magnus.
This commit is contained in:
parent
a5a1506c96
commit
74b6f73bc2
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
SETLOCAL
|
||||
SET STARTDIR=%CD%
|
||||
if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat
|
||||
if exist buildenv.bat call buildenv.bat
|
||||
|
Loading…
x
Reference in New Issue
Block a user