[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcpkg, msbuild and manifest on ARM64 fails with wrong triplet #42364

Closed
fobrs opened this issue Nov 26, 2024 · 1 comment
Closed

vcpkg, msbuild and manifest on ARM64 fails with wrong triplet #42364

fobrs opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Comments

@fobrs
Copy link
fobrs commented Nov 26, 2024

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.

@dg0yt
Copy link
Contributor
dg0yt commented Nov 27, 2024

I guess this solved by #42182.

@JonLiu1993 JonLiu1993 added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly
Projects
None yet
Development

No branches or pull requests

4 participants