diff options
| author | Misty De Meo | 2013-08-01 20:51:36 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-08-15 22:46:57 -0700 |
| commit | 450456caf38a92ccda139bcd8d0e3fcaf00e8429 (patch) | |
| tree | e7d58d8b9a282b0b20bb66547a8dfcd47f388b55 /Library/Formula/zookeeper.rb | |
| parent | a354451a1aeb7b3094001554bd5b683cdc538ed0 (diff) | |
| download | homebrew-450456caf38a92ccda139bcd8d0e3fcaf00e8429.tar.bz2 | |
Use Hardware::CPU.universal_archs in formulae
Diffstat (limited to 'Library/Formula/zookeeper.rb')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index cfb048d00..18c8fdb69 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -48,7 +48,7 @@ class Zookeeper < Formula if Hardware.is_32_bit? ENV['ARCHFLAGS'] = "-arch #{Hardware::CPU.arch_32_bit}" else - ENV['ARCHFLAGS'] = "-arch i386 -arch x86_64" + ENV['ARCHFLAGS'] = Hardware::CPU.universal_archs.as_arch_flags end # Prep work for svn compile. |
