brew/Library/Homebrew/extend/os/keg_relocate.rb

6 lines
78 B
Ruby
Raw Normal View History

require "keg_relocate"
if OS.mac?
require "extend/os/mac/keg_relocate"
end