Update pkgs/development/compilers/gcc/patches/default.nix
This commit is contained in:
@@ -195,7 +195,7 @@ in
|
||||
})
|
||||
|
||||
# Fix undefined symbol errors when building older versions with clang
|
||||
++ optional (!atLeast11 && stdenv.cc.isClang) ./clang-genconditions.patch
|
||||
++ optional (!atLeast11 && stdenv.cc.isClang && stdenv.hostPlatform.isDarwin) ./clang-genconditions.patch
|
||||
|
||||
|
||||
## gcc 9.0 and older ##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user