mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: Use the right variables in check_host_cpp
HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
c5560e72d0
commit
3f2c70355a
2
configure
vendored
2
configure
vendored
@ -1067,7 +1067,7 @@ check_host_cpp(){
|
|||||||
log check_host_cpp "$@"
|
log check_host_cpp "$@"
|
||||||
cat > $TMPC
|
cat > $TMPC
|
||||||
log_file $TMPC
|
log_file $TMPC
|
||||||
check_cmd $host_cc $HOSTCPPFLAGS $HOSTCFLAGS "$@" $(hostcc_e $TMPO) $TMPC
|
check_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
|
||||||
}
|
}
|
||||||
|
|
||||||
check_host_cppflags(){
|
check_host_cppflags(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user