mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-09 23:27:23 +02:00
Using a non-default target triplet introduced a regression because packages with `"host": true` in their vcpkg configurations were still picking up the default `x64-windows` triplet, effectively building both release and debug packages. Fix this regression by setting `VCPKG_HOST_TRIPLET` explicitly.