diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index eb3dadf4c..69b68442f 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -28,6 +28,7 @@ class Qt <Formula depends_on 'sqlite' if MACOS_VERSION <= 10.5 def install + ENV.append "CXXFLAGS", "-fvisibility=hidden" args = ["-prefix", prefix, "-system-libpng", "-system-zlib", "-release", "-cocoa", |
