brew/Library/Homebrew/extend/os/dependency_collector.rb
Maxim Belkin 3dabebbd16 Refactoring based on suggestions
Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags)
methods to those on Linux and overriding them on macOS.
2018-02-19 06:49:42 +00:00

3 lines
87 B
Ruby

require "dependency_collector"
require "extend/os/mac/dependency_collector" if OS.mac?