Skip to content
Snippets Groups Projects
Unverified Commit aa49f973 authored by ilovezfs's avatar ilovezfs Committed by GitHub
Browse files

Merge pull request #4444 from ilovezfs/link-fix-undefined

link: fix undefined `dep_f`
parents 4ddb1123 461b61ab
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ module Homebrew
elsif (MacOS.version >= :mojave ||
MacOS::Xcode.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
Refusing to link macOS-provided software: #{keg.name}
Instead, pass the full include/library paths to your compiler e.g.:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment