mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
152 B
Ruby
8 lines
152 B
Ruby
![]() |
require "hbc/artifact/symlinked"
|
||
|
|
||
|
class Hbc::Artifact::Binary < Hbc::Artifact::Symlinked
|
||
|
def install_phase
|
||
|
super unless Hbc.no_binaries
|
||
|
end
|
||
|
end
|