top-level: Add support for MSVC SDK

This commit is contained in:
Ross Smyth
2025-07-31 15:57:20 -04:00
parent 4af7c6bdee
commit e044b4ac79
+2 -2
View File
@@ -8147,9 +8147,9 @@ with pkgs;
else if libc == "musl" then
musl
else if libc == "msvcrt" then
windows.mingw_w64
if stdenv.hostPlatform.isMinGW then windows.mingw_w64 else windows.sdk
else if libc == "ucrt" then
windows.mingw_w64
if stdenv.hostPlatform.isMinGW then windows.mingw_w64 else windows.sdk
else if libc == "libSystem" then
if stdenv.hostPlatform.useiOSPrebuilt then darwin.iosSdkPkgs.libraries else darwin.libSystem
else if libc == "fblibc" then