aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-04 09:05:52 -0700
committerAdam Vandenberg2011-06-05 08:07:17 -0700
commitb19a2bdff61f7111685f079cb0e806d4f77636a5 (patch)
tree43e279dd3e11d4df928fec129a36016de15250b3 /Library
parent692c12aac66ab17240b1fb1ba1c1ce06632147ba (diff)
downloadhomebrew-b19a2bdff61f7111685f079cb0e806d4f77636a5.tar.bz2
Edit universal_binary comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index 0e6931e70..08e145cdc 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -245,7 +245,7 @@ Please take one of the following actions:
append 'LDFLAGS', '-arch i386'
end
- # i386 and x86_64 only, no PPC
+ # i386 and x86_64 (no PPC)
def universal_binary
append_to_cflags '-arch i386 -arch x86_64'
self.O3 if self['CFLAGS'].include? '-O4' # O4 seems to cause the build to fail