Skip to content

[vcpkg-tool-meson] Add arm64ec support#51535

Merged
BillyONeal merged 2 commits into
microsoft:masterfrom
Masaiki:patch/meson_support_arm64ec
May 5, 2026
Merged

[vcpkg-tool-meson] Add arm64ec support#51535
BillyONeal merged 2 commits into
microsoft:masterfrom
Masaiki:patch/meson_support_arm64ec

Conversation

@Masaiki

@Masaiki Masaiki commented May 4, 2026

Copy link
Copy Markdown
Contributor
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary.
  • Any fixed CI baseline and CI feature baseline entries are removed from that file, or no entries needed to be changed.
  • All patch files in the port are applied and succeed.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Exactly one version is added in each modified versions file.

which fixes building fribidi & harfbuzz with arm64ec and test on the ports above

Masaiki and others added 2 commits May 4, 2026 13:13
Meson currently does not natively recognize \�rm64ec\ as a \cpu_family\. This commit updates the vcpkg-tool-meson integration to correctly map the \�rm64ec\ vcpkg target architecture to \cpu_family = 'aarch64'\ and \cpu = 'arm64ec'\ in the generated Meson cross/native file.

This allows Meson-based ports to configure and build successfully for the arm64ec-windows triplet.

@BillyONeal BillyONeal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable as long as build comes back OK. Thanks!

@BillyONeal BillyONeal merged commit 876145f into microsoft:master May 5, 2026
16 checks passed
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