gccWithoutTargetLibc: disable shared on cygwin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user