aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/global.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index 066d9335f..1c979ca0e 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -95,9 +95,3 @@ unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
end
ORIGINAL_PATHS = ENV['PATH'].split(':').map{ |p| Pathname.new(File.expand_path(p)) }
-
-# Xcode-only installs place tools in non-standard locations, and we also want
-# to ensure the dev tools are in the PATH in build.rb
-unless ORIGINAL_PATHS.include? MacOS.dev_tools_path
- ENV['PATH'] = ENV['PATH'].to_s + ':' + MacOS.dev_tools_path.to_s
-end