diff options
author | Sven Gothel <[email protected]> | 2020-01-04 19:45:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-04 19:45:37 +0100 |
commit | 0b441cfc14947b1c8cabdc87705ae95a0afec4d9 (patch) | |
tree | da047b561be2b803fd1b98f7cb66e389558ce6ca /make/scripts/make.gluegen.all.win64.bat | |
parent | 26024b4b205d34563c641578dc1d2791cb1a03d9 (diff) |
fix windows build scripts
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index 3601822..239f8e2 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -3,7 +3,7 @@ set THISDIR="C:\JogAmp" 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
|