diff options
| author | Adam Vandenberg | 2014-02-24 21:10:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:15 -0800 |
| commit | 7d24108b1fcee6eb615613f092a4d0d4f2a12dc4 (patch) | |
| tree | 6a4d7489c3feb278f2e09e241126cb4208163df2 /Library | |
| parent | 028a3845c6f17ad60ecaf1d7b8f9d2bc4d044955 (diff) | |
| download | homebrew-7d24108b1fcee6eb615613f092a4d0d4f2a12dc4.tar.bz2 | |
clasp: use Formula[]
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clasp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
