Commit 3e45150e authored by mru's avatar mru

Add --sysroot flag to CPPFLAGS, not CFLAGS

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1f76e585
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment