Recognize MSYS/MINGW environment.
This commit is contained in:
parent
4d2b407ba2
commit
6d69d74bb8
3
config
3
config
@ -337,6 +337,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
|
|||||||
echo "mips-sony-newsos4"; exit 0;
|
echo "mips-sony-newsos4"; exit 0;
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
MINGW*)
|
||||||
|
echo "${MACHINE}-whatever-mingw"; echo 0;
|
||||||
|
;;
|
||||||
CYGWIN*)
|
CYGWIN*)
|
||||||
case "$RELEASE" in
|
case "$RELEASE" in
|
||||||
[bB]*|1.0|1.[12].*)
|
[bB]*|1.0|1.[12].*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user