gccWithoutTargetLibc: disable shared on cygwin

This commit is contained in:
David McFarland
2025-09-27 13:33:43 -03:00
parent dababcade0
commit bc213d8f13
+1
View File
@@ -4876,6 +4876,7 @@ with pkgs;
# temporarily disabled due to breakage;
# see https://github.com/NixOS/nixpkgs/pull/243249
&& !stdenv.targetPlatform.isWindows
&& !stdenv.targetPlatform.isCygwin
&& !(stdenv.targetPlatform.useLLVM or false);
};
bintools = binutilsNoLibc;