Update dependencies

This commit is contained in:
BtbN
2024-03-29 19:27:33 +01:00
parent 2660e7562a
commit 6fe041f6eb
38 changed files with 47 additions and 43 deletions

View File

@ -38,11 +38,6 @@ ffbuild_dockerbuild() {
meson "${myconf[@]}" ..
ninja -j"$(nproc)"
ninja install
if [[ $TARGET == win* ]]; then
# This works around mbedtls not having pkg-config, while recently having added a new dependency.
echo "Libs.private: -lbcrypt -lws2_32" >> "$FFBUILD_PREFIX"/lib/pkgconfig/librist.pc
fi
}
ffbuild_configure() {