Update pkgs/development/compilers/gcc/patches/default.nix

This commit is contained in:
Adam Joseph 2023-11-08 07:46:52 +00:00
parent 299c06a0f5
commit a738046341

View file

@ -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 ##############################################################################