1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

lib.systems.examples: add aarch64-w64-mingw32

This commit is contained in:
seth 2024-08-16 02:14:36 -04:00
parent 205faabfeb
commit b5bf8e3fc7
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -325,6 +325,13 @@ rec {
libc = "ucrt"; # This distinguishes the mingw (non posix) toolchain
};
# LLVM-based mingw-w64 for ARM
ucrtAarch64 = {
config = "aarch64-w64-mingw32";
libc = "ucrt";
useLLVM = true;
};
# BSDs
x86_64-freebsd = {