diff options
| -rw-r--r-- | Library/Formula/libqglviewer.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libqglviewer.rb b/Library/Formula/libqglviewer.rb index 8ce03b6d7..47abd0d18 100644 --- a/Library/Formula/libqglviewer.rb +++ b/Library/Formula/libqglviewer.rb @@ -13,7 +13,7 @@ class Libqglviewer < Formula    def install      args = ["PREFIX=#{prefix}"] -    args << "CONFIG += x86 x86_64" if build.unversal? +    args << "CONFIG += x86 x86_64" if build.universal?      cd 'QGLViewer' do        system "qmake", *args | 
