We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83aa3ff + 8d5dc50 commit d3c7eb3Copy full SHA for d3c7eb3
Library/Homebrew/extend/os/linux/keg_relocate.rb
@@ -93,7 +93,7 @@ def self.bottle_dependencies
93
@bottle_dependencies ||= begin
94
formulae = relocation_formulae
95
gcc = Formulary.factory(CompilerSelector.preferred_gcc)
96
- if !Homebrew::EnvConfig.force_homebrew_on_linux? &&
+ if !Homebrew::EnvConfig.simulate_macos_on_linux? &&
97
DevelopmentTools.non_apple_gcc_version("gcc") < gcc.version.to_i
98
formulae += gcc.recursive_dependencies.map(&:name)
99
formulae << gcc.name
0 commit comments