We were using VCPKG_DEFAULT_TRIPLET, which makes impossible to use x64-windows-release triplet since vcpkg starts to crosscompile (even on the same arch). Let's fix this by using the right env var. |
||
|---|---|---|
| .. | ||
| linux | ||
| macos | ||
| windows | ||
We were using VCPKG_DEFAULT_TRIPLET, which makes impossible to use x64-windows-release triplet since vcpkg starts to crosscompile (even on the same arch). Let's fix this by using the right env var. |
||
|---|---|---|
| .. | ||
| linux | ||
| macos | ||
| windows | ||