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/libfreenect.rb | |
| parent | a354451a1aeb7b3094001554bd5b683cdc538ed0 (diff) | |
| download | homebrew-450456caf38a92ccda139bcd8d0e3fcaf00e8429.tar.bz2 | |
Use Hardware::CPU.universal_archs in formulae
Diffstat (limited to 'Library/Formula/libfreenect.rb')
| -rw-r--r-- | Library/Formula/libfreenect.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libfreenect.rb b/Library/Formula/libfreenect.rb index 60154b61f..0d1b0cbeb 100644 --- a/Library/Formula/libfreenect.rb +++ b/Library/Formula/libfreenect.rb @@ -15,7 +15,7 @@ class Libfreenect < Formula    def install      if build.universal?        ENV.universal_binary -      ENV['CMAKE_OSX_ARCHITECTURES'] = "i386;x86_64" +      ENV['CMAKE_OSX_ARCHITECTURES'] = Hardware::CPU.universal_archs.as_cmake_arch_flags      end      mkdir "build" do        system "cmake", "..", *std_cmake_args | 
