diff options
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 |
