Skip to content
Snippets Groups Projects
Unverified Commit 47ce9e04 authored by Misty De Meo's avatar Misty De Meo
Browse files

Mac: add sdk_path_if_needed

parent 32678276
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,11 @@ module OS
s&.path
end
def sdk_path_if_needed(v = nil)
return if !MacOS::Xcode.installed? && MacOS::CLT.separate_header_package?
sdk_path(v)
end
# See these issues for some history:
# https://github.com/Homebrew/legacy-homebrew/issues/13
# https://github.com/Homebrew/legacy-homebrew/issues/41
......
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