Update pkgs/development/compilers/gcc/patches/default.nix
This commit is contained in:
parent
299c06a0f5
commit
a738046341
1 changed files with 1 additions and 1 deletions
|
@ -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 ##############################################################################
|
||||
|
|
Loading…
Reference in a new issue