Skip to content

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

Open
Masaiki wants to merge 1 commit intomicrosoft:masterfrom
Masaiki:patch/meson_support_arm64ec
Open

[vcpkg-tool-meson] Add arm64ec support#51535
Masaiki wants to merge 1 commit intomicrosoft:masterfrom
Masaiki:patch/meson_support_arm64ec

Conversation

@Masaiki
Copy link
Copy Markdown
Contributor

@Masaiki Masaiki commented May 4, 2026

  • 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

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.
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.

1 participant