From dd3eefc0833d5fa8fe3fcf6bdaae91d98efef5f9 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sun, 27 Feb 2022 15:09:08 +0100 Subject: [PATCH] Fix rubberband static build --- scripts.d/50-rubberband.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index 64268f1..43f561b 100755 --- a/scripts.d/50-rubberband.sh +++ b/scripts.d/50-rubberband.sh @@ -16,7 +16,7 @@ ffbuild_dockerbuild() { local myconf=( --prefix="$FFBUILD_PREFIX" - -Dno_shared=true + -Ddefault_library=static ) if [[ $TARGET == win* || $TARGET == linux* ]]; then