mirror of https://github.com/acidanthera/audk.git
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Victor Gouveia <vc.gouveia@gmail.com> Reviewed-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15565 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
277fe9aa03
commit
c5ed01d9da
|
@ -89,7 +89,7 @@ shift
|
||||||
|
|
||||||
:no_nt32
|
:no_nt32
|
||||||
if /I "%1"=="NewBuild" shift
|
if /I "%1"=="NewBuild" shift
|
||||||
if not defined EDK_TOOLS_PATH set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
|
set EDK_TOOLS_PATH=%WORKSPACE%\BaseTools
|
||||||
IF NOT EXIST "%EDK_TOOLS_PATH%\toolsetup.bat" goto BadBaseTools
|
IF NOT EXIST "%EDK_TOOLS_PATH%\toolsetup.bat" goto BadBaseTools
|
||||||
call %EDK_TOOLS_PATH%\toolsetup.bat %*
|
call %EDK_TOOLS_PATH%\toolsetup.bat %*
|
||||||
if /I "%1"=="Reconfig" shift
|
if /I "%1"=="Reconfig" shift
|
||||||
|
|
Loading…
Reference in New Issue