parent
60e2a58036
commit
e7c057674b
1 changed files with 3 additions and 0 deletions
|
@ -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/*"]
|
||||
|
|
Loading…
Reference in a new issue