mirror of https://github.com/acidanthera/audk.git
Fix the CLASSPATH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1805 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
50d4c727a8
commit
30f79db7a6
|
@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar (
|
|||
)
|
||||
|
||||
@REM Run Framework Wizard
|
||||
call "java" -cp %CLASSPATH%;%WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
|
||||
call "java" -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
|
||||
|
||||
goto end
|
||||
|
||||
|
|
Loading…
Reference in New Issue