Skip to content

Handle Visual Studio ARM64 platform in vcpkg setup#1108

Open
Qshadow wants to merge 1 commit into
Kenix3:mainfrom
Qshadow:qshadow/windows-arm64-vcpkg-triplet
Open

Handle Visual Studio ARM64 platform in vcpkg setup#1108
Qshadow wants to merge 1 commit into
Kenix3:mainfrom
Qshadow:qshadow/windows-arm64-vcpkg-triplet

Conversation

@Qshadow

@Qshadow Qshadow commented May 19, 2026

Copy link
Copy Markdown

Summary

  • Accept Visual Studios ARM64 platform name when selecting the Windows vcpkg triplet.

Details

Visual Studio reports Windows ARM64 builds as ARM64, while the previous check matched only lowercase arm64. CMake string comparisons are case-sensitive, so ARM64 builds missed the intended arm64-windows-static triplet. The regex keeps existing behavior while accepting common casing variants: ARM64, Arm64, and arm64.

Testing

  • Built Shipwright for Windows ARM64 with Visual Studio 17 2022 using -A ARM64.
  • Tested as running on ARM64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants