mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Fix mingw header sysroot
This commit is contained in:
@ -34,7 +34,7 @@ ffbuild_dockerbuild() {
|
||||
unset PKG_CONFIG_LIBDIR
|
||||
|
||||
if [[ -z "$COMPILER_SYSROOT" ]]; then
|
||||
COMPILER_SYSROOT="$(${CC} -print-sysroot)/usr"
|
||||
COMPILER_SYSROOT="$(${CC} -print-sysroot)/usr/${FFBUILD_TOOLCHAIN}"
|
||||
fi
|
||||
|
||||
local myconf=(
|
||||
|
Reference in New Issue
Block a user