From 8d246906d722e729eb7e285b8271f7e5e0698726 Mon Sep 17 00:00:00 2001 From: cxx Date: Fri, 1 Apr 2011 23:32:11 +0900 Subject: boost - fix building universal binaries Signed-off-by: Adam Vandenberg --- Library/Formula/boost.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3