From 0b79f38855a6b933860ab4e8bce11bb4d6469a68 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 22 Aug 2012 21:35:07 -0700 Subject: boost-build: use new dsl --- Library/Formula/boost-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb index b5f8f2044..cd1b76baf 100644 --- a/Library/Formula/boost-build.rb +++ b/Library/Formula/boost-build.rb @@ -9,7 +9,7 @@ class BoostBuild < Formula head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/' def install - if ARGV.build_head? + if build.head? system "./bootstrap.sh" system "./b2", "--prefix=#{prefix}", "install" else -- cgit v1.2.3