lib.systems.examples: set rust.rustcTarget for ucrtAarch64 (#357847)

This commit is contained in:
Emily
2024-11-22 19:50:42 +00:00
committed by GitHub
+1
View File
@@ -329,6 +329,7 @@ rec {
ucrtAarch64 = {
config = "aarch64-w64-mingw32";
libc = "ucrt";
rust.rustcTarget = "aarch64-pc-windows-gnullvm";
useLLVM = true;
};