mirror of https://github.com/acidanthera/audk.git
Change the name convention of Framework_Tools_Path to pass the build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4895d0f0ae
commit
8b61dfd909
|
@ -62,8 +62,8 @@ if not exist %XMLBEANS_HOME%\lib\saxon8.jar goto no_saxon8
|
|||
@REM
|
||||
set WORKSPACE=%CD%
|
||||
|
||||
set FRAMEWORK_TOOLS_PATH=%WORKSPACE%\Tools\Bin
|
||||
set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH%
|
||||
set Framework_Tools_Path=%WORKSPACE%\Tools\bin
|
||||
set PATH=%Framework_Tools_Path%;%PATH%
|
||||
|
||||
echo.
|
||||
echo JAVA_HOME: %JAVA_HOME%
|
||||
|
|
Loading…
Reference in New Issue