Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle @loader_path and @rpath dependencies #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2019

  1. added resolution for @ paths

    Thomas Debrunner committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    89deed6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. changed logic to a pure referral -> file system

    Thomas Debrunner committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8032c15 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. fixed rpath regex to allow all filenames

    Thomas Debrunner committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    fb602e8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. added underscore to rpath resolution, refactored code a bit

    Thomas Debrunner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    c139bff View commit details
    Browse the repository at this point in the history
  2. always add loader path into possible rpaths as well

    Thomas Debrunner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    6c059c7 View commit details
    Browse the repository at this point in the history
  3. fixed bug that caused self rpath not to patch

    Thomas Debrunner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b926ace View commit details
    Browse the repository at this point in the history
  4. added functionality to properly resolve self references

    Thomas Debrunner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    33dab83 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    20b518e View commit details
    Browse the repository at this point in the history