mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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"
|
||||
needed_libraries_using_patchelf path
|
||||
else
|
||||
return [nil, []] if path.basename.to_s == "patchelf"
|
||||
|
||||
raise "patchelf must be installed: brew install patchelf"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user