Fix rubberband static build

This commit is contained in:
BtbN 2022-02-27 15:09:08 +01:00
parent f0fba7b6b0
commit dd3eefc083

View file

@ -16,7 +16,7 @@ ffbuild_dockerbuild() {
local myconf=(
--prefix="$FFBUILD_PREFIX"
-Dno_shared=true
-Ddefault_library=static
)
if [[ $TARGET == win* || $TARGET == linux* ]]; then