diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/freeglut.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/freeglut.rb b/Library/Formula/freeglut.rb index e34ff5aea..10fdda7a9 100644 --- a/Library/Formula/freeglut.rb +++ b/Library/Formula/freeglut.rb @@ -8,6 +8,7 @@ class Freeglut < Formula # Examples won't build on Snow Leopard as one of them requires # a header the system provided X11 doesn't have. option 'with-examples', "Build the examples." + option :universal depends_on :x11 @@ -16,6 +17,7 @@ class Freeglut < Formula end def install + ENV.universal_binary if build.universal? system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
