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

Add --sysroot flag to CPPFLAGS, not CFLAGS

Originally committed as revision 19405 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 50a334e4
......@@ -1490,7 +1490,7 @@ set_default as
if test -n "$sysroot"; then
case "$cc_type" in
gcc)
add_cflags --sysroot="$sysroot"
add_cppflags --sysroot="$sysroot"
add_ldflags --sysroot="$sysroot"
;;
esac
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册