Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UefiPayloadPkg: Fix package build failure
When building with "build -p pkgname/pkgname.dsc -a IA32 -a X64", it will fail as BUILD_ARCH was not defined and output directory was unexpectedly as "UefiPayloadPkg$(BUILD_ARCH)" As many platforms have adopted UPL build (UniversalPayloadBuild.py) which always defines "BUILD_ARCH", the fix is mainly to keep this backward compatibility (BUILD_ARCH always defined), but also support BUILD_ARCH undefined scenario. Signed-off-by: Chasel Chiu <[email protected]>
- Loading branch information