提交 c7ae6345 编写于 作者: M Måns Rullgård

try to stop people blindly using --cross-compile

Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0ec6065a
......@@ -1140,6 +1140,7 @@ if test "$?" != 0; then
echo "$cc is unable to create an executable file."
if test -z "$cross_prefix" -a "$cross_compile" = no; then
echo "If $cc is a cross-compiler, use the --cross-compile option."
echo "Only do this if you know what cross compiling means."
fi
die "C compiler test failed."
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册