aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/development_tools.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-09-16 12:41:08 +0100
committerMike McQuaid2017-09-16 12:41:08 +0100
commitffdda0eb9f4a2e56366e8c665d147d9be637f6f4 (patch)
tree181e817e0621ee5f17ce7f274971fb8f6d45494c /Library/Homebrew/development_tools.rb
parentc0063bb827ffa9cd537a0ca107aa05ca1323393c (diff)
downloadbrew-ffdda0eb9f4a2e56366e8c665d147d9be637f6f4.tar.bz2
Tweaks for older Mac OS X versions.
- `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed.
Diffstat (limited to 'Library/Homebrew/development_tools.rb')
-rw-r--r--Library/Homebrew/development_tools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/development_tools.rb b/Library/Homebrew/development_tools.rb
index 996dea87c..b7787d849 100644
--- a/Library/Homebrew/development_tools.rb
+++ b/Library/Homebrew/development_tools.rb
@@ -114,7 +114,7 @@ class DevelopmentTools
@non_apple_gcc_version = {}
end
- def curl_handles_most_https_homepages?
+ def curl_handles_most_https_certificates?
true
end