aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-unpack.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Contributions/examples/brew-unpack.rb b/Library/Contributions/examples/brew-unpack.rb
index d0d505b0a..d4d72623e 100755
--- a/Library/Contributions/examples/brew-unpack.rb
+++ b/Library/Contributions/examples/brew-unpack.rb
@@ -39,6 +39,10 @@ class Formula
do_patch
end
end
+
+ # handle_llvm_failure() requires extend/ENV, so let's never fail
+ # with llvm since we don't particularly care in this context.
+ def fails_with_llvm?; false; end
end
module Homebrew extend self