aboutsummaryrefslogtreecommitdiffstats
path: root/build.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.cmd b/build.cmd
index 53daf1cf..b32df329 100644
--- a/build.cmd
+++ b/build.cmd
@@ -4,5 +4,5 @@ call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH%
echo Script arguments: %*
set CYGWIN=C:\cygwin
set SCRIPT=%~dp0
-set HOTSPOTWORKSPACE=.
-%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/..` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'
+set HOTSPOTWORKSPACE=hotspot
+%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/hotspot` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'