diff --git a/libs/libvpx/build/make/configure.sh b/libs/libvpx/build/make/configure.sh index 35609e89af..745e10ddc8 100644 --- a/libs/libvpx/build/make/configure.sh +++ b/libs/libvpx/build/make/configure.sh @@ -332,10 +332,20 @@ EOF } check_cflags() { - log check_cflags "$@" - check_cc -Werror "$@" <