Commit a7380463 authored by Adam Joseph's avatar Adam Joseph
Browse files

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

parent 299c06a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ##############################################################################