From 12ab519046d1439e8cf49b9b0471b94ea41520e8 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sun, 4 Apr 2021 22:58:11 +0200 Subject: [PATCH] Only build static rav1e --- scripts.d/50-rav1e.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 074a3df..2c05532 100755 --- a/scripts.d/50-rav1e.sh +++ b/scripts.d/50-rav1e.sh @@ -20,11 +20,10 @@ ffbuild_dockerbuild() { cargo cinstall \ --target="$FFBUILD_RUST_TARGET" \ --prefix="$FFBUILD_PREFIX" \ + --library-type=staticlib \ --crt-static \ --release - rm "${FFBUILD_PREFIX}"/{lib/rav1e.dll.a,lib/rav1e.def,bin/rav1e.dll} - cd .. rm -rf rav1e }