mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate
$WORKSPACE/Tools instead. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
07a756b95e
commit
5c240d733a
@ -287,9 +287,9 @@ echo.
|
||||
@goto end
|
||||
|
||||
:NewBuild
|
||||
@IF NOT EXIST "Tools\BaseTools\toolsetup.bat" goto AntBuild
|
||||
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\Tools\BaseTools
|
||||
@call Tools\BaseTools\toolsetup.bat
|
||||
@IF NOT EXIST "BaseTools\toolsetup.bat" goto AntBuild
|
||||
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
|
||||
@call BaseTools\toolsetup.bat
|
||||
@goto end
|
||||
|
||||
:end
|
||||
|
Loading…
x
Reference in New Issue
Block a user