diff options
| author | Jack Nagel | 2014-05-15 00:13:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-15 00:13:53 -0500 |
| commit | 896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08 (patch) | |
| tree | 93d45ca10663cf51d7299c7f97e4bb9e07c052c0 /Library | |
| parent | f3d4cec7a9b5e568009874e3da24b06fdf80e9c9 (diff) | |
| download | homebrew-896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08.tar.bz2 | |
geos: fails with llvm
Fixes #29266.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geos.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/geos.rb b/Library/Formula/geos.rb index beb3445b4..6fb499117 100644 --- a/Library/Formula/geos.rb +++ b/Library/Formula/geos.rb @@ -15,6 +15,8 @@ class Geos < Formula option :universal option :cxx11 + fails_with :llvm + def install ENV.universal_binary if build.universal? ENV.cxx11 if build.cxx11? |
