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 }