mirror of https://github.com/acidanthera/audk.git
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:
parent
8401d3983d
commit
6f5141430b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue