mirror of https://github.com/acidanthera/audk.git
Fixed a bug in resetting the tools path when you switched workspaces.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ccb4cab3d1
commit
13681235d4
|
@ -76,7 +76,7 @@ goto path_ok
|
|||
:check_path
|
||||
if "%FRAMEWORK_TOOLS_PATH%"=="%WORKSPACE_TOOLS_PATH%" goto path_ok
|
||||
set PATH=%FRAMEWORK_TOOLS_PATH%;%PATH%
|
||||
set WORKSPACE_PATH=%WORKSPACE%
|
||||
set WORKSPACE_TOOLS_PATH=%WORKSPACE%\Tools\bin
|
||||
echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WORKSPACE
|
||||
|
||||
:path_ok
|
||||
|
|
Loading…
Reference in New Issue