ezvcpkg icon indicating copy to clipboard operation
ezvcpkg copied to clipboard

Support distinct triplets & package sets for host and target builds

Open jherico opened this issue 5 years ago • 0 comments

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.

jherico avatar Aug 17 '19 22:08 jherico