Skip to content

Commit

Permalink
Fix libvpl missing -lstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Feb 4, 2025
1 parent d45249c commit cd0668e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.d/50-onevpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ffbuild_dockerbuild() {
ninja install

rm -rf "$FFBUILD_PREFIX"/{etc,share}

echo "Libs.private: -lstdc++" >> "$FFBUILD_PREFIX"/lib/pkgconfig/vpl.pc
}

ffbuild_configure() {
Expand Down

0 comments on commit cd0668e

Please sign in to comment.