We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236937b commit 633fa62Copy full SHA for 633fa62
testHeadlessComponents.sh
@@ -30,7 +30,11 @@ elif [ "$platform" == "Darwin" ]; then
30
JAVA=$JAVA_HOME/bin/java
31
#JAVA=java
32
elif [ "${platform#"MINGW64_NT"}" != "$platform" ]; then
33
- # Windows (Cygwin) specific code
+ # Windows (MinGW) specific code
34
+ OS="windows"
35
+ JAVA=$JAVA_HOME/bin/java
36
+elif [ "${platform#"CYGWIN_NT"}" != "$platform" ]; then
37
+ # Windows (CygWin) specific code
38
OS="windows"
39
40
else
0 commit comments