diff options
author | Sven Gothel <[email protected]> | 2020-01-04 19:49:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-04 19:49:36 +0100 |
commit | cd3f1b2903821127440cd975384c41f17f1d69b5 (patch) | |
tree | 683d4c17253a909edbd0f84120807f281a83e03a /make/scripts/make.jocl.all.win64.bat | |
parent | c24ac9d81885e1bf77a8371ef057ceff77300bc0 (diff) |
fix windows build scripts
Diffstat (limited to 'make/scripts/make.jocl.all.win64.bat')
-rwxr-xr-x | make/scripts/make.jocl.all.win64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jocl.all.win64.bat b/make/scripts/make.jocl.all.win64.bat index eaf2a755..b4d8d2d4 100755 --- a/make/scripts/make.jocl.all.win64.bat +++ b/make/scripts/make.jocl.all.win64.bat @@ -3,7 +3,7 @@ REM set THISDIR="C:\JOGL" set J2RE_HOME=c:\jre-11.0.4+11_x64
set JAVA_HOME=c:\jdk-11.0.4+11_x64
set ANT_PATH=C:\apache-ant-1.10.5
-set GIT_PATH=C:\cygwin\bin
+set GIT_PATH=C:\cygwin64\bin
set SEVENZIP=C:\Program Files\7-Zip
set CMAKE_PATH=C:\cmake-3.15.2-win64-x64
|