Replies: 6 comments 19 replies
-
Did vcpkg make any progress on this issue? I hope my build tools can find packages by some specific priority, too... |
Beta Was this translation helpful? Give feedback.
-
@seven-mile seems like the developers didn't notice this suggestion yet, or just don't like this idea for some reason. |
Beta Was this translation helpful? Give feedback.
-
I definitely like this idea. If you are using manifest files, you must run vcpk multiple times - once per triplet (as far as I can see). A single command would be far neater. |
Beta Was this translation helpful? Give feedback.
-
I have a visual studio project that builds x64(static) and x86(static) binaries and uses vcpkg as manifest mode.
It consumes time. |
Beta Was this translation helpful? Give feedback.
-
Hi, just checking if there has been any progress on this. |
Beta Was this translation helpful? Give feedback.
-
Seem vaguely related to my question: #46983 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I usually install a every new library for 4 different triplets:
x86-windows-static,x64-windows-static,x86-windows-crtdll,x64-windows-crtdll
(crtdll
is forVCPKG_CRT_LINKAGE=dynamic
andVCPKG_LIBRARY_LINKAGE=static
, I would provide it as a preinstalled option). And it takes time to type something like:I propose to add support specifying of multiple triplets in the
--triplet
argument:And to make it even better, please support multiple triplets in the
%VCPKG_DEFAULT_TRIPLET%
environment variable, like this:;
is usually used as a delimiter for environment variables, but,
could be supported also.Beta Was this translation helpful? Give feedback.
All reactions