mirror of https://github.com/acidanthera/audk.git
edksetup.bat: make sure BASE_TOOLS_PATH be set correctly
Move checkNt32Flag before set BASE_TOOLS_PATH env to make sure it be set Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
50506050d1
commit
4e908975c6
|
@ -77,9 +77,10 @@ if not defined EDK_TOOLS_PATH (
|
|||
)
|
||||
)
|
||||
)
|
||||
if exist %EDK_TOOLS_PATH%\Source set BASE_TOOLS_PATH=%EDK_TOOLS_PATH%
|
||||
|
||||
:checkNt32Flag
|
||||
if exist %EDK_TOOLS_PATH%\Source set BASE_TOOLS_PATH=%EDK_TOOLS_PATH%
|
||||
|
||||
@REM The Nt32 Emluation Platform requires Microsoft Libraries
|
||||
@REM and headers to interface with Windows.
|
||||
if /I "%1"=="--nt32" (
|
||||
|
|
Loading…
Reference in New Issue