brew/Library/Homebrew/extend/os/keg_relocate.rb
2020-10-10 14:59:39 +02:00

9 lines
158 B
Ruby

# typed: strict
# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/keg_relocate"
elsif OS.linux?
require "extend/os/linux/keg_relocate"
end