boost - fix building universal binaries

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
cxx 2011-04-01 23:32:11 +09:00 committed by Adam Vandenberg
parent 11bf40f6e5
commit 20a2186688
1 changed files with 1 additions and 1 deletions

View File

@ -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}"