diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/open-babel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-babel.rb b/Library/Formula/open-babel.rb index bb7e55d4d..2c8b670e5 100644 --- a/Library/Formula/open-babel.rb +++ b/Library/Formula/open-babel.rb @@ -79,7 +79,7 @@ class OpenBabel < Formula system "ruby", "extconf.rb", "--with-openbabel-include=#{include}", "--with-openbabel-lib=#{lib}" - + # Don't build i386 version when libopenbabel can't link to it. inreplace "Makefile", '-arch i386 ', '' |
