boost-build: use new dsl
This commit is contained in:
parent
742ab76b60
commit
3d5d5dff25
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class BoostBuild < Formula
|
||||||
head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/'
|
head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
if ARGV.build_head?
|
if build.head?
|
||||||
system "./bootstrap.sh"
|
system "./bootstrap.sh"
|
||||||
system "./b2", "--prefix=#{prefix}", "install"
|
system "./b2", "--prefix=#{prefix}", "install"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue