aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost.rb
diff options
context:
space:
mode:
authorcxx2011-04-01 23:32:11 +0900
committerAdam Vandenberg2011-04-03 19:21:38 -0700
commit8d246906d722e729eb7e285b8271f7e5e0698726 (patch)
treeb1c66691874c34be56d395671d2f48e25eb15291 /Library/Formula/boost.rb
parent2b107fb63d11d3416d5e1c8811d0644a0967111c (diff)
downloadhomebrew-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.rb2
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}"