diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index a5892d122..a59b54a1d 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -162,15 +162,7 @@ module Superenv end def determine_include_paths - paths = keg_only_deps.map { |d| d.opt_include.to_s } - - # https://github.com/Homebrew/homebrew/issues/38514 - if MacOS::CLT.installed? && MacOS.active_developer_dir.include?("CommandLineTools") && - MacOS::CLT.version == "6.3.0.0.1.1428348375" - paths << "#{HOMEBREW_LIBRARY}/ENV/include/6.3" - end - - paths.to_path_s + keg_only_deps.map { |d| d.opt_include.to_s }.to_path_s end def determine_library_paths |
