···48674867 isl = if !stdenv.hostPlatform.isDarwin then isl_0_20 else null;
4868486848694869 withoutTargetLibc = true;
48704870- langCC = false;
48704870+ langCC = stdenv.targetPlatform.isCygwin; # can't compile libcygwin1.a without C++
48714871 libcCross = libc1;
48724872 targetPackages.stdenv.cc.bintools = binutilsNoLibc;
48734873 enableShared =
···76327632 if stdenv.hostPlatform.isMinGW then windows.mingw_w64 else windows.sdk
76337633 else if libc == "ucrt" then
76347634 if stdenv.hostPlatform.isMinGW then windows.mingw_w64 else windows.sdk
76357635+ else if libc == "cygwin" then
76367636+ cygwin.newlib-cygwin-nobin
76357637 else if libc == "libSystem" then
76367638 if stdenv.hostPlatform.useiOSPrebuilt then darwin.iosSdkPkgs.libraries else darwin.libSystem
76377639 else if libc == "fblibc" then