Merge pull request #4444 from ilovezfs/link-fix-undefined
link: fix undefined `dep_f`
This commit is contained in:
commit
aa49f97343
@ -40,7 +40,7 @@ module Homebrew
|
|||||||
elsif (MacOS.version >= :mojave ||
|
elsif (MacOS.version >= :mojave ||
|
||||||
MacOS::Xcode.version >= "10.0" ||
|
MacOS::Xcode.version >= "10.0" ||
|
||||||
MacOS::CLT.version >= "10.0") &&
|
MacOS::CLT.version >= "10.0") &&
|
||||||
dep_f.keg_only_reason.reason == :provided_by_macos
|
keg.to_formula.keg_only_reason.reason == :provided_by_macos
|
||||||
opoo <<~EOS
|
opoo <<~EOS
|
||||||
Refusing to link macOS-provided software: #{keg.name}
|
Refusing to link macOS-provided software: #{keg.name}
|
||||||
Instead, pass the full include/library paths to your compiler e.g.:
|
Instead, pass the full include/library paths to your compiler e.g.:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user