Commit 91c5172d authored by Diego Biurrun's avatar Diego Biurrun

Force lowercase targetos value for MinGW, we check against lowercase strings.

Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 51aeb7aa
......@@ -1101,6 +1101,7 @@ case `tolower $targetos` in
FFSERVERLDFLAGS=-Wl,-bind_at_load
;;
mingw32*)
targetos=mingw32
if enabled_all shared static; then
cat <<EOF
You can only build one library type at once on MinGW.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment