diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/qt5.rb | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 0f54aa523..e46855f11 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -25,9 +25,8 @@ class Qt < Formula depends_on "d-bus" if build.with? 'qtdbus' depends_on "mysql" => :optional - ENV.universal_binary if build.universal? - def install + ENV.universal_binary if build.universal? ENV.append "CXXFLAGS", "-fvisibility=hidden" args = ["-prefix", prefix, diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 76913933f..5f951f199 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -25,9 +25,8 @@ class Qt5 < Formula depends_on "d-bus" if build.include? 'with-qtdbus' depends_on "mysql" => :optional - ENV.universal_binary if build.universal? - def install + ENV.universal_binary if build.universal? args = ["-prefix", prefix, "-system-zlib", "-confirm-license", "-opensource"] |
