diff options
Diffstat (limited to 'build/scripts')
-rw-r--r-- | build/scripts/quicklook.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/quicklook.bat b/build/scripts/quicklook.bat index 7ac007257..0fdff74e0 100644 --- a/build/scripts/quicklook.bat +++ b/build/scripts/quicklook.bat @@ -32,6 +32,7 @@ goto RUN rem build update.tree, quicklook
:RUN
+set JAVA_HOME=%JDKDIR%
if not "x" == "x%DEBUG%" set verbose=-verbose
chdir %buildDir% || goto ERR_CD
rem fyi, normal ant.bat script loses any internal "=", so we rely on a patched script |