[vcpkg_fixup_pkgconfig] Remove the need to pass --static
for static libraries
#12937
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
Simply make the pc file agnostic how the library was built and always do the correct thing.
Related comment #11836 (comment)
@ras0219 This separation probably has it roots in linux having both static and shared libraries available at the same time using the same pc file. vcpkg only builds one flavor so we don't care about those little details.
The text was updated successfully, but these errors were encountered: