Improve settings name
This leads to a slightly more readable entry in `.git/config`.
This commit is contained in:
parent
f0d2de1869
commit
e1f8fa2c9b
@ -294,7 +294,7 @@ module Homebrew
|
|||||||
|
|
||||||
def migrate_gcc_dependents_if_needed
|
def migrate_gcc_dependents_if_needed
|
||||||
return if OS.mac?
|
return if OS.mac?
|
||||||
return if Settings.read("gcc.dep.rpaths.migrated") == "true"
|
return if Settings.read("gcc-rpaths.fixed") == "true"
|
||||||
|
|
||||||
Formula.installed.each do |formula|
|
Formula.installed.each do |formula|
|
||||||
next unless formula.tap&.core_tap?
|
next unless formula.tap&.core_tap?
|
||||||
@ -309,7 +309,7 @@ module Homebrew
|
|||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
Settings.write "gcc.dep.rpaths.migrated", true
|
Settings.write "gcc-rpaths.fixed", true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user