link: fix undefined dep_f

This commit is contained in:
ilovezfs 2018-07-09 21:23:25 -07:00
parent 4ddb1123d7
commit 461b61abac

View File

@ -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.: