[Backport release-24.11] lib.systems.examples: set rust.rustcTarget for ucrtAarch64 (#358243)

This commit is contained in:
Emily 2024-11-22 19:51:41 +00:00 committed by GitHub
commit 6935a45667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,6 +329,7 @@ rec {
ucrtAarch64 = {
config = "aarch64-w64-mingw32";
libc = "ucrt";
rust.rustcTarget = "aarch64-pc-windows-gnullvm";
useLLVM = true;
};