Replies: 1 comment
-
vcpkg ports are only allowed to build binaries for the target triplet. If a port needs binaries to be executed on the host, they must be used via host dependencies. If the binary is provided by the package itself, it is modeled by a host dependency on the port itself. If your host system and your target triplet match well enough, you may simply set the host triplet to the target triplet. |
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
-
As described in my title, when I install
icu:x64-windows-static-md
oricu:x64-mingw-static
, either depends onicu:x64-windows
, as well as flatbuffers, protobuf, and sqlite3. And I try to remove its dependence on itself, but cannot build successfully. Could someone tell me what considerations this is for?Beta Was this translation helpful? Give feedback.
All reactions