Merge pull request #7575 from rmNULL/master
Skip needed_libraries check when patchelf is the bottle being installed.
This commit is contained in:
commit
56f0308fe7
@ -132,6 +132,8 @@ module ELFShim
|
|||||||
elsif DevelopmentTools.locate "patchelf"
|
elsif DevelopmentTools.locate "patchelf"
|
||||||
needed_libraries_using_patchelf path
|
needed_libraries_using_patchelf path
|
||||||
else
|
else
|
||||||
|
return [nil, []] if path.basename.to_s == "patchelf"
|
||||||
|
|
||||||
raise "patchelf must be installed: brew install patchelf"
|
raise "patchelf must be installed: brew install patchelf"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user