lib.systems.examples: set rust.rustcTarget for ucrtAarch64

Closes https://github.com/NixOS/nixpkgs/issues/357751
This commit is contained in:
seth 2024-11-21 04:52:12 -05:00
parent aa56482ca1
commit 4d874d59e2
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

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