diff options
| -rw-r--r-- | Library/Formula/boost.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 081129319..a7392cb50 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -56,7 +56,7 @@ class Boost < Formula              "threading=multi",              "install"] -    args << "address-model=32_64" << "pch=off" if ARGV.include? "--universal" +    args << "address-model=32_64" << "architecture=x86" << "pch=off" if ARGV.include? "--universal"      # we specify libdir too because the script is apparently broken      system "./bootstrap.sh", "--prefix=#{prefix}", "--libdir=#{lib}"  | 
