mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
keg.rb: add generic codesign_patched_binary method
This commit is contained in:
parent
843a189d40
commit
35f426e3e2
@ -529,6 +529,8 @@ class Keg
|
|||||||
elf_files
|
elf_files
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def codesign_patched_binary(_binary_file); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false)
|
def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user