Vlv2TbltDevicePkg: Allow BaseTools to run from sources

https://bugzilla.tianocore.org/show_bug.cgi?id=258

Update bld_vlv.bat to run BaseTools build command with a call
statement to support running the build command from python
sources.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Michael Kinney 2016-11-29 00:51:26 -08:00
parent 8401d3983d
commit 6f5141430b
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ if %ERRORLEVEL% NEQ 0 goto BldFail
echo.
echo Invoking EDK2 build...
build %Build_Flags%
call build %Build_Flags%
if %ERRORLEVEL% NEQ 0 goto BldFail