Skip to content

Commit

Permalink
remove stdc++ from libheif.pc.in (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2023
1 parent 823e89e commit 27097a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Version: @PROJECT_VERSION@
Requires:
Requires.private: @REQUIRES_PRIVATE@
Libs: -L${libdir} -lheif
Libs.private: @LIBS@ -lstdc++
Libs.private: @LIBS@
Cflags: -I${includedir}

0 comments on commit 27097a6

Please sign in to comment.