diff options
| -rw-r--r-- | Library/Formula/qwt.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/qwt.rb b/Library/Formula/qwt.rb index d79b8dc67..677d1f05a 100644 --- a/Library/Formula/qwt.rb +++ b/Library/Formula/qwt.rb @@ -13,7 +13,8 @@ class Qwt < Formula        s.gsub! /^\s*QWT_INSTALL_PREFIX\s*=(.*)$/, "QWT_INSTALL_PREFIX=#{prefix}"      end -    system "qmake -config release" +    system "qmake -spec macx-g++ -config release" +    system "make"      system "make install"    end  end  | 
