提交 a38a4f44 编写于 作者: L Luca Barbato

configure: Support MSYS2 mingw-w64 64bit

上级 e280fe13
...@@ -2834,7 +2834,7 @@ fi ...@@ -2834,7 +2834,7 @@ fi
exesuf() { exesuf() {
case $1 in case $1 in
mingw32*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;; mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
esac esac
} }
...@@ -3750,7 +3750,7 @@ case $target_os in ...@@ -3750,7 +3750,7 @@ case $target_os in
msys*) msys*)
die "Native MSYS builds are discouraged, please use the MINGW environment."; die "Native MSYS builds are discouraged, please use the MINGW environment.";
;; ;;
mingw32*) mingw32*|mingw64*)
if test $target_os = "mingw32ce"; then if test $target_os = "mingw32ce"; then
disable network disable network
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册