projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e280fe1
)
configure: Support MSYS2 mingw-w64 64bit
author
Luca Barbato
<lu_zero@gentoo.org>
Sat, 6 Feb 2016 11:07:47 +0000
(12:07 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sat, 6 Feb 2016 11:07:47 +0000
(12:07 +0100)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
8af0dcc
..
d16ee68
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2834,7
+2834,7
@@
fi
exesuf() {
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
}
@@
-3750,7
+3750,7
@@
case $target_os in
msys*)
die "Native MSYS builds are discouraged, please use the MINGW environment.";
;;
- mingw32*)
+ mingw32*
|mingw64*
)
if test $target_os = "mingw32ce"; then
disable network
else