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

Fix osx-dynamic install names for updated dependent shared library ids #39889

Merged

Commits on Jul 12, 2024

  1. Fix osx-dynamic install names for updated dependent shared library ids

    Extending microsoft#39313 to fix issues such as
    microsoft#14785 with openssl where libssl wasn't
    pointing to the rpath fixed id of libcrypto.
    derekcyruschow-catapult committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bfeaae4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Oct 23, 2024

  1. Add rpath tests for macho

    (cherry picked from commit c920acf)
    m-kuhn authored and derekcyruschow-catapult committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    99ccc90 View commit details
    Browse the repository at this point in the history
  2. [vcpkg] Simplify fetching of ID returned from otool -D <macho_file>...

    Example output of `otool -D libFLAC++.dylib` might be:
    
    libFLAC++.dylib (architecture arm64):
    @rpath/libFLAC++.10.dylib
    
    So just trim lines containing a colon and don't bother trying to match:
    * the path of the binary which might have chars like '+' which need
      escaping;
    * whether it contains "(architecture arm64)" in the output.
    derekcyruschow-catapult committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f9dfb06 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    2bbba3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f70113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41bc39 View commit details
    Browse the repository at this point in the history