This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
os
/
mac
/
pathname.rb
6 lines
62 B
Ruby
Raw
Normal View
History
Unescape
Escape
os/mac: Delete old cctools-based relocation code. Disable check for $HOMEBREW_NO_RUBY_MACHO now that no alternative exists.
2016-09-20 17:37:08 -04:00
require
"
os/mac/mach
"
os/mac/*_mach: move shared code into 'SharedMachO' (#282) Both the `CctoolsMachO` and `RubyMachO` module implement a common set of methods that simplify querying `mach_data`. Move these into a shared module, that gets included after either of these implementations is loaded and included in `Pathname`.
2016-05-27 23:13:51 +02:00
move mach.rb to os/mac/mach.rb
2015-10-16 17:08:11 +08:00
class
Pathname
os/mac: Rename MachO -> MachOShim Prevents namespace conflict with vendored ruby-macho.
2016-11-08 16:16:34 -05:00
include
MachOShim
move mach.rb to os/mac/mach.rb
2015-10-16 17:08:11 +08:00
end
Reference in New Issue
Copy Permalink