aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 65a493563..f5ae03118 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -28,9 +28,7 @@ class Llvm < Formula
raise 'The Python bindings need the shared library.'
end
- resource('clang').stage do
- (buildpath/'tools/clang').install Dir['*']
- end if build.with? 'clang'
+ (buildpath/"tools/clang").install resource("clang") if build.with? "clang"
if build.universal?
ENV['UNIVERSAL'] = '1'