Skip to content
Snippets Groups Projects
Commit f2276954 authored by Jack Nagel's avatar Jack Nagel
Browse files

superenv bin directory is under HOMEBREW_REPOSITORY

parent ef6d01fc
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ module MacOS extend self
xcrun_path = unless Xcode.bad_xcode_select_path?
path = `/usr/bin/xcrun -find #{tool} 2>/dev/null`.chomp
# If xcrun finds a superenv tool then discard the result.
path unless path.include?(HOMEBREW_PREFIX/"Library/ENV")
path unless path.include?(HOMEBREW_REPOSITORY/"Library/ENV")
end
paths = %W[#{xcrun_path}
......
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