vcpkg, msbuild and manifest on ARM64 fails with wrong triplet #42364
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
Describe the bug
Using vcpkg with msbuild and manifest file on ARM64 builds fails with an error about invalid ARM64-windows triplet
Environment
Windows 11 on ARM64
latest VS2022 preview
Workaround
Add
<VcpkgPlatformTarget Condition="'$(Platform)' == 'ARM64'">arm64</VcpkgPlatformTarget>
to line 58 of vcpkg.targets.
The text was updated successfully, but these errors were encountered: