mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
[Backport release-24.11] lib.systems.examples: set rust.rustcTarget
for ucrtAarch64 (#358243)
This commit is contained in:
commit
6935a45667
@ -329,6 +329,7 @@ rec {
|
||||
ucrtAarch64 = {
|
||||
config = "aarch64-w64-mingw32";
|
||||
libc = "ucrt";
|
||||
rust.rustcTarget = "aarch64-pc-windows-gnullvm";
|
||||
useLLVM = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user