mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-23 18:16:24 +02:00
lcms2 needs -fpermissive to compile
This commit is contained in:
parent
fa1cd7e2aa
commit
86a3439d3d
@ -27,7 +27,9 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
meson "${myconf[@]}" ..
|
||||
export CFLAGS="$CFLAGS -fpermissive"
|
||||
|
||||
meson setup "${myconf[@]}" ..
|
||||
ninja -j$(nproc)
|
||||
ninja install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user