Skip to content

Commit

Permalink
Merge pull request #488 from K-os/pkg-config-remove-gcc_s
Browse files Browse the repository at this point in the history
remove -lgcc_s from pkg-config
  • Loading branch information
adamjw24 authored Dec 10, 2024
2 parents 7fcb538 + 0ce7930 commit 6725f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/vvencInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ if( VVENC_PKG_EXTRA_LIBS )
endif()

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

resolve_target_interface_libs( vvenc VVENC_PKG_INTERFACE_LIBS )
Expand Down

0 comments on commit 6725f11

Please sign in to comment.