diff options
| author | Adam Vandenberg | 2014-02-25 07:39:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:29:09 -0800 |
| commit | a5ce144684f513b2f75018f98bcefa7b3a96461c (patch) | |
| tree | f5bce809864e3ab45719435521c5fc07f395adc1 /Library | |
| parent | 3f96a2d9d707aa502357d4b9b8d689d5733f7249 (diff) | |
| download | homebrew-a5ce144684f513b2f75018f98bcefa7b3a96461c.tar.bz2 | |
libmongoclient: use scons helper
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmongoclient.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libmongoclient.rb b/Library/Formula/libmongoclient.rb index 85ed3e634..f418cbf52 100644 --- a/Library/Formula/libmongoclient.rb +++ b/Library/Formula/libmongoclient.rb @@ -11,7 +11,6 @@ class Libmongoclient < Formula depends_on 'boost' => :build def install - scons = Formula.factory('scons').opt_prefix/'bin/scons' boost = Formula.factory('boost').opt_prefix args = [ @@ -30,6 +29,6 @@ class Libmongoclient < Formula args << "--libc++" end - system scons, 'install-mongoclient', *args + scons 'install-mongoclient', *args end end |
