diff options
Diffstat (limited to 'build.cmd')
-rw-r--r-- | build.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" %*' |