From 7d24108b1fcee6eb615613f092a4d0d4f2a12dc4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 21:10:12 -0800 Subject: clasp: use Formula[] --- Library/Formula/clasp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/clasp.rb b/Library/Formula/clasp.rb index d75cb9d92..f45a81a6c 100644 --- a/Library/Formula/clasp.rb +++ b/Library/Formula/clasp.rb @@ -11,7 +11,7 @@ class Clasp < Formula def install if build.include? 'with-mt' - ENV['TBB30_INSTALL_DIR'] = Formula.factory("tbb").opt_prefix + ENV['TBB30_INSTALL_DIR'] = Formula["tbb"].opt_prefix build_dir = 'build/release_mt' else build_dir = 'build/release' -- cgit v1.2.3