mirror of https://github.com/acidanthera/audk.git
Only set EDK_TOOLS_PATH if it is not already set
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3931 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4fb31c2c58
commit
cafa987d67
|
@ -277,7 +277,7 @@ echo.
|
||||||
|
|
||||||
:NewBuild
|
:NewBuild
|
||||||
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
|
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
|
||||||
@set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
|
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
|
||||||
@call BaseTools\toolsetup.bat
|
@call BaseTools\toolsetup.bat
|
||||||
@goto end
|
@goto end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue