top-level: Add support for MSVC SDK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user