diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 0800b8695..e263ecc36 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -37,7 +37,7 @@ class Qt < Formula # we have to disable these to avoid triggering optimization code # that will fail in superenv (in --env=std, Qt seems aware of this) - args << "-no-3dnow" if superenv? + args << "-no-3dnow" << "-no-ssse3" if superenv? args << "-L#{MacOS::X11.lib}" << "-I#{MacOS::X11.include}" if MacOS::X11.installed? |
