Edit universal_binary comment

This commit is contained in:
Adam Vandenberg 2011-06-04 09:05:52 -07:00
parent f7c7fae0ed
commit 1a5cf082d7

View File

@ -245,7 +245,7 @@ Please take one of the following actions:
append 'LDFLAGS', '-arch i386' append 'LDFLAGS', '-arch i386'
end end
# i386 and x86_64 only, no PPC # i386 and x86_64 (no PPC)
def universal_binary def universal_binary
append_to_cflags '-arch i386 -arch x86_64' append_to_cflags '-arch i386 -arch x86_64'
self.O3 if self['CFLAGS'].include? '-O4' # O4 seems to cause the build to fail self.O3 if self['CFLAGS'].include? '-O4' # O4 seems to cause the build to fail