diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb index 01e90394a3..81714fa159 100644 --- a/Library/Homebrew/extend/ENV.rb +++ b/Library/Homebrew/extend/ENV.rb @@ -205,6 +205,7 @@ module HomebrewEnvExtension def universal_binary append_to_cflags '-arch i386 -arch x86_64' ENV.O3 if self['CFLAGS'].include? '-O4' # O4 seems to cause the build to fail + ENV.append 'LDFLAGS', '-arch i386 -arch x86_64' end def prepend key, value, separator = ' '