Skip to content
Snippets Groups Projects
Unverified Commit 56f0308f authored by Shaun Jackman's avatar Shaun Jackman Committed by GitHub
Browse files

Merge pull request #7575 from rmNULL/master

Skip needed_libraries check when patchelf is the bottle being installed.
parents 1a7525ee 69e1673a
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,8 @@ module ELFShim
elsif DevelopmentTools.locate "patchelf"
needed_libraries_using_patchelf path
else
return [nil, []] if path.basename.to_s == "patchelf"
raise "patchelf must be installed: brew install patchelf"
end
end
......
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