diff options
-rw-r--r-- | edksetup.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/edksetup.bat b/edksetup.bat index adc2b6d2cd..740b7bd15b 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -133,7 +133,8 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO goto skipbuild
-:ForceBuild
+:ForceBuild
+@if "%CLASSPATH%"=="" set CLASSPATH=
call ant -noclasspath -f %WORKSPACE%\Tools\build.xml cleanall
:NormalBuild
|