diff options
| author | cxx | 2011-04-01 23:32:11 +0900 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-03 19:21:38 -0700 | 
| commit | 8d246906d722e729eb7e285b8271f7e5e0698726 (patch) | |
| tree | b1c66691874c34be56d395671d2f48e25eb15291 /Library/Formula/boost.rb | |
| parent | 2b107fb63d11d3416d5e1c8811d0644a0967111c (diff) | |
| download | homebrew-8d246906d722e729eb7e285b8271f7e5e0698726.tar.bz2 | |
boost - fix building universal binaries
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/boost.rb')
| -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}"  | 
