You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building for platforms like Android, you may want some vcpkg packages built for the host system to provide build toolchain functionality (for instance, spirv-tools), and other packages built for the target environment (so you can link them against your actual binary).
This should be implemented by supporting the TRIPLET and HOST_TRIPLET as well as HOST_PACKAGES in addition to the existing PACKAGES.
The text was updated successfully, but these errors were encountered:
When building for platforms like Android, you may want some vcpkg packages built for the host system to provide build toolchain functionality (for instance, spirv-tools), and other packages built for the target environment (so you can link them against your actual binary).
This should be implemented by supporting the
TRIPLET
andHOST_TRIPLET
as well asHOST_PACKAGES
in addition to the existingPACKAGES
.The text was updated successfully, but these errors were encountered: