Force lowercase targetos value for MinGW, we check against lowercase strings.
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
51aeb7aa6e
commit
91c5172d26
1
configure
vendored
1
configure
vendored
@ -1101,6 +1101,7 @@ case `tolower $targetos` in
|
|||||||
FFSERVERLDFLAGS=-Wl,-bind_at_load
|
FFSERVERLDFLAGS=-Wl,-bind_at_load
|
||||||
;;
|
;;
|
||||||
mingw32*)
|
mingw32*)
|
||||||
|
targetos=mingw32
|
||||||
if enabled_all shared static; then
|
if enabled_all shared static; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
You can only build one library type at once on MinGW.
|
You can only build one library type at once on MinGW.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user