port patches

This commit is contained in:
2025-05-11 09:20:43 +08:00
parent dda3dcd3fe
commit fa20c1d562
6 changed files with 20 additions and 4 deletions

View File

@@ -327,6 +327,8 @@ rec {
libc = "msvcrt"; # This distinguishes the mingw (non posix) toolchain
};
mingwW64Static = mingwW64 // { isStatic = true; };
ucrt64 = {
config = "x86_64-w64-mingw32";
libc = "ucrt"; # This distinguishes the mingw (non posix) toolchain