brew/Library/Homebrew/os/mac/pathname.rb
William Woodruff d16e4a782e
os/mac: Delete old cctools-based relocation code.
Disable check for $HOMEBREW_NO_RUBY_MACHO now that no alternative exists.
2016-09-20 17:48:21 -04:00

6 lines
58 B
Ruby

require "os/mac/mach"
class Pathname
include MachO
end