mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Update scripts to point to edk2 BaseTools now fixes have been checked in
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9766 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
42db19acc1
commit
1096a48f72
@ -42,9 +42,9 @@ then
|
|||||||
echo Initializing workspace
|
echo Initializing workspace
|
||||||
cd ..
|
cd ..
|
||||||
# Uses an external BaseTools project
|
# Uses an external BaseTools project
|
||||||
export EDK_TOOLS_PATH=`pwd`/../BaseTools
|
# export EDK_TOOLS_PATH=`pwd`/../BaseTools
|
||||||
# Uses the BaseTools in edk2
|
# Uses the BaseTools in edk2
|
||||||
# export EDK_TOOLS_PATH=`pwd`/BaseTools
|
export EDK_TOOLS_PATH=`pwd`/BaseTools
|
||||||
source edksetup.sh BaseTools
|
source edksetup.sh BaseTools
|
||||||
else
|
else
|
||||||
echo Building from: $WORKSPACE
|
echo Building from: $WORKSPACE
|
||||||
|
@ -24,9 +24,9 @@ then
|
|||||||
cd ..
|
cd ..
|
||||||
# This version is for the tools in the BaseTools project.
|
# This version is for the tools in the BaseTools project.
|
||||||
# this assumes svn pulls have the same root dir
|
# this assumes svn pulls have the same root dir
|
||||||
export EDK_TOOLS_PATH=`pwd`/../BaseTools
|
# export EDK_TOOLS_PATH=`pwd`/../BaseTools
|
||||||
# This version is for the tools source in edk2
|
# This version is for the tools source in edk2
|
||||||
# export EDK_TOOLS_PATH=`pwd`/BaseTools
|
export EDK_TOOLS_PATH=`pwd`/BaseTools
|
||||||
echo $EDK_TOOLS_PATH
|
echo $EDK_TOOLS_PATH
|
||||||
source edksetup.sh BaseTools
|
source edksetup.sh BaseTools
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user