From 874bc0a83887c88fd825a1c77e233b2c60c8d690 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 20 Sep 2011 21:12:37 -0700 Subject: Boost: Fix --without-python Looks like `--without-libraries=` is just `--without-`. --- Library/Formula/boost.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index a2ac261bf..4bcc8ef24 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -64,7 +64,7 @@ class Boost < Formula "install"] args << "address-model=32_64" << "architecture=x86" << "pch=off" if ARGV.include? "--universal" - args << "--without-libraries=python" if ARGV.include? "--without-python" + args << "--without-python" if ARGV.include? "--without-python" # we specify libdir too because the script is apparently broken system "./bootstrap.sh", "--prefix=#{prefix}", "--libdir=#{lib}" -- cgit v1.2.3