diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ld64.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ld64.rb b/Library/Formula/ld64.rb index 0808df0da..94a636ee0 100644 --- a/Library/Formula/ld64.rb +++ b/Library/Formula/ld64.rb @@ -19,7 +19,9 @@ class Ld64 < Formula keg_only :provided_by_osx, "ld64 is an updated version of the ld shipped by Apple." - # NOTE: fails with gcc-4.0; add fails_with :gcc_4_0 when supported + fails_with(:gcc_4_0) do + build 5370 + end def patches { |
