aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boost-build.rb2
1 files changed, 1 insertions, 1 deletions
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