Skip to content

Commit

Permalink
Merge pull request #218 from marecki315/remove_libgcc_s_dependency
Browse files Browse the repository at this point in the history
Remove `-lgcc_s` from the list of library dependencies in .pc file
  • Loading branch information
adamjw24 authored Dec 10, 2024
2 parents 192baa1 + 3f29019 commit 189c9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/vvdecInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ if( VVDEC_PKG_EXTRA_LIBS )
endif()

list( REMOVE_ITEM VVDEC_PKG_EXTRA_LIBS "-lc" )
list( REMOVE_ITEM VVDEC_PKG_EXTRA_LIBS "-lgcc_s" )
endif()

resolve_target_interface_libs( vvdec VVDEC_PKG_INTERFACE_LIBS )
Expand Down

0 comments on commit 189c9f8

Please sign in to comment.