From 6b05c841119c8b68bd36649fbf61b123359cd8e5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 22 Aug 2012 21:34:11 -0700 Subject: boost: use new dsl --- 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 ff237bbbf..7035a4006 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -1,7 +1,7 @@ require 'formula' def needs_universal_python? - ARGV.build_universal? and not ARGV.include? "--without-python" + build.universal? and not build.include? "without-python" end class UniversalPython < Requirement -- cgit v1.2.3