brew/Library/Homebrew/extend/os/keg_relocate.rb
Shaun Jackman 1b688a3a25 Relocate bottles on Linux using patchelf
Ensure patchelf is installed to pour bottles and build bottles.
2018-07-12 10:21:26 -07:00

6 lines
111 B
Ruby

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