Commit c3d4f685 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8578 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f5b1f2e3
...@@ -1101,6 +1101,7 @@ case `tolower $targetos` in ...@@ -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.
......
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