[many ports] Claim to only support static although they could also be built on normal triplets #25179
Closed
6 tasks done
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Many ports claim in their
supports
to only support static linking. This prevents them from being built onx64-uwp
,x64-windows
,x64-linux
,x64-osx
. However, most likely they do in fact support these triplets.The correct way to prevent dynamic linkage is to add
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
at the top of the port file.The following ports are affected:
Note that some of these ports may only work on Windows because other platforms were never tested. Maybe there are false positives on the list as well.
The text was updated successfully, but these errors were encountered: