diff options
| author | Tim D. Smith | 2014-11-16 13:04:35 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-16 13:24:25 -0800 |
| commit | 4ce1ea82b3e1de8b7cbe716833f118f4a05011f9 (patch) | |
| tree | 418d03e620d6a0d06185bb10ba886250eb7c303c /Library | |
| parent | 16770977282661b8eb3759c0dd3634fd3a70a294 (diff) | |
| download | homebrew-4ce1ea82b3e1de8b7cbe716833f118f4a05011f9.tar.bz2 | |
duplicity: refurbish args
Closes #34211.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/duplicity.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index 801dd5425..642bbad79 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -53,6 +53,9 @@ class Duplicity < Formula r.stage { Language::Python.setup_install "python", libexec/"vendor" } end + # Prevent clang from dying because of -fno-fused-madd on Mountain Lion + ENV.refurbish_args + Language::Python.setup_install "python", libexec bin.install Dir[libexec/"bin/*"] |
