mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Fix libdl on x11
This commit is contained in:
@ -39,4 +39,6 @@ ffbuild_dockerbuild() {
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
echo "Libs.private: -ldl" >> "$FFBUILD_PREFIX"/lib/pkgconfig/x11.pc
|
||||
}
|
||||
|
Reference in New Issue
Block a user