mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
lib.systems.examples: set rust.rustcTarget
for ucrtAarch64
Closes https://github.com/NixOS/nixpkgs/issues/357751
This commit is contained in:
parent
aa56482ca1
commit
4d874d59e2
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ rec {
|
|||
ucrtAarch64 = {
|
||||
config = "aarch64-w64-mingw32";
|
||||
libc = "ucrt";
|
||||
rust.rustcTarget = "aarch64-pc-windows-gnullvm";
|
||||
useLLVM = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue