mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10946 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0492698ac6
commit
9046a2f9d3
@ -17,9 +17,13 @@
|
|||||||
#
|
#
|
||||||
##
|
##
|
||||||
|
|
||||||
|
if [ -z "$EDK_TOOLS_PATH" ]
|
||||||
|
then
|
||||||
export BASETOOLS_DIR=$WORKSPACE/Conf/BaseToolsSource/Source/C/bin
|
export BASETOOLS_DIR=$WORKSPACE/Conf/BaseToolsSource/Source/C/bin
|
||||||
|
else
|
||||||
|
export BASETOOLS_DIR=$EDK_TOOLS_PATH/Source/C/bin
|
||||||
|
fi
|
||||||
|
|
||||||
export BOOTSECTOR_BIN_DIR=$WORKSPACE/DuetPkg/BootSector/bin
|
export BOOTSECTOR_BIN_DIR=$WORKSPACE/DuetPkg/BootSector/bin
|
||||||
export PROCESSOR=""
|
export PROCESSOR=""
|
||||||
if [ \
|
if [ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user