diff options
| author | kei | 2011-03-09 16:14:17 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-11 20:54:23 -0800 |
| commit | f57463eee6333f8dbeb42a122290677d6c755871 (patch) | |
| tree | 005952f1ba0781a56022b89c46f22a2adb0d65c6 /Library/Formula | |
| parent | aa654e49d98da054b4cbd21d524e5773aafb9dc3 (diff) | |
| download | homebrew-f57463eee6333f8dbeb42a122290677d6c755871.tar.bz2 | |
fix phantomjs install command
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index e3c0d519d..e63044057 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -9,7 +9,7 @@ class Phantomjs <Formula depends_on 'qt' def install - system "qmake" + system "qmake -spec macx-g++" system "make" bin.install "bin/phantomjs.app/Contents/MacOS/phantomjs" end |
