aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/development_tools.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-10-15 13:10:35 +0100
committerMike McQuaid2016-10-15 13:10:37 +0100
commitb1a16deb190ae5ccb05b60a3dd10b53eaf1bae15 (patch)
tree5c74a2f3425ccac27cf40cb01d171e2d34e2b821 /Library/Homebrew/development_tools.rb
parent13276409a9b08fcbadfed18c25b6fd11af343729 (diff)
downloadbrew-b1a16deb190ae5ccb05b60a3dd10b53eaf1bae15.tar.bz2
Use BSD tar's libarchive LZMA support if available
Avoid using an unnecessary `xz` dependency when it's not needed.
Diffstat (limited to 'Library/Homebrew/development_tools.rb')
-rw-r--r--Library/Homebrew/development_tools.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/development_tools.rb b/Library/Homebrew/development_tools.rb
index 7221e5b52..3e1f16d2a 100644
--- a/Library/Homebrew/development_tools.rb
+++ b/Library/Homebrew/development_tools.rb
@@ -88,6 +88,10 @@ class DevelopmentTools
@clang_version = @clang_build_version = nil
@non_apple_gcc_version = {}
end
+
+ def tar_supports_xz?
+ false
+ end
end
end