diff options
| author | Misty De Meo | 2013-05-27 14:08:14 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-06-08 19:10:43 -0500 |
| commit | d9ddbd007b62975c8463ed9a28297fede132123c (patch) | |
| tree | bc681739e026d92f1fa18853fd7bc1b2488d6348 /Library/Formula | |
| parent | 8d730004192f16858f44e2711d7cd06f29a899ce (diff) | |
| download | homebrew-d9ddbd007b62975c8463ed9a28297fede132123c.tar.bz2 | |
ld64 builds 64-bit after all
This reverts commit 0c6712af6cab89076bce113bbb563688ab9a418f.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ld64.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/ld64.rb b/Library/Formula/ld64.rb index 4d35cb9a9..1ee19c05f 100644 --- a/Library/Formula/ld64.rb +++ b/Library/Formula/ld64.rb @@ -37,9 +37,6 @@ class Ld64 < Formula end def install - # ld64 itself can't build 64-bit on Leopard, and may be needed to link any 64-bit software - ENV.m32 if MacOS.version == :leopard - File.open('Makefile', 'w') {|f| f.write DATA.read} inreplace 'src/ld/Options.cpp', '@@VERSION@@', version |
