How to Force Dynamic/Static Linking? #43828
Unanswered
LiuPeiqiCN
asked this question in
Q&A
Replies: 1 comment
-
https://learn.microsoft.com/en-us/vcpkg/users/triplets#per-port-customization |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project where I need to install the
x64-windows-static
triplet in vcpkg. However, I want to ensure that certain libraries, particularly those under the LGPL license (like Qt), are compiled as dynamic libraries when I using thex64-windows-static
triplet.How can I add
VCPKG_LIBRARY_LINKAGE=dynamic
option for specific libraries while still using thevcpkg install qtbase:x64-windows-static
command?Beta Was this translation helpful? Give feedback.
All reactions