Skip to content

Commit

Permalink
wip(shared-libs): refactor bundler to address libs using rpath intern…
Browse files Browse the repository at this point in the history
…ally

Unfinished and not yet working rewrite of the share library
embedder/bundler, which aims to correctly deal with shared libraries
that refer to other shared libraries via rpath and other means.
  • Loading branch information
jimeh committed Oct 11, 2023
1 parent 3d6c7ff commit 0ce6900
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 338 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'http://rubygems.org/'

gem 'ruby-macho'

group :development do
gem 'byebug'
gem 'rubocop'
Expand Down
Loading

0 comments on commit 0ce6900

Please sign in to comment.