提交 91c5172d 编写于 作者: D 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册