aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorJack Nagel2013-11-20 12:54:34 -0600
committerJack Nagel2013-11-20 13:19:14 -0600
commit28c9e3b866d6c19b2cb01d5e6a3df88c9a3f6da2 (patch)
tree2b52a4581a3374729ca8878f76e59d26bf624a55 /Library/Homebrew/extend
parentcee5e1296b637914d2af5882f34cbdd23a06f017 (diff)
downloadhomebrew-28c9e3b866d6c19b2cb01d5e6a3df88c9a3f6da2.tar.bz2
Simplify passing archflags to cc wrapper
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 9df429f32..1fb0b3abf 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -257,7 +257,7 @@ module Superenv
end
def universal_binary
- self['HOMEBREW_ARCHS'] = Hardware::CPU.universal_archs.join(',')
+ self['HOMEBREW_ARCHFLAGS'] = Hardware::CPU.universal_archs.as_arch_flags
append 'HOMEBREW_CCCFG', "u", ''
end