os/mac: Expose rpaths

This commit is contained in:
William Woodruff 2018-12-19 19:54:59 -05:00
parent 54e6cbb343
commit 618c5cd01a
No known key found for this signature in database
GPG Key ID: 600D68320BE45ACC

View File

@ -60,6 +60,10 @@ module MachOShim
macho.dylib_id
end
def rpaths
macho.rpaths
end
def archs
mach_data.map { |m| m.fetch :arch }.extend(ArchitectureListExtension)
end