Skip to content

cerbero: Add rust support for MSVC ARM64

amyspark requested to merge amyspark/cerbero:allow-aarch64-msvc into main

Hi all,

This MR is to re-enable Windows ARM64 support. The only bit that was missing was the Rust triplet.

I did not add a triplet for MinGW because I couldn't find any yet-- it seems the triplet will be aarch64-pc-windows-gnullvm but that is Tier 3 still. https://doc.rust-lang.org/rustc/platform-support/pc-windows-gnullvm.html

Merge request reports