-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fix osx-dynamic install names for updated dependent shared library ids #39889
Commits on Jul 12, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for bfeaae4 - Browse repository at this point
Copy the full SHA bfeaae4View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cfdd84 - Browse repository at this point
Copy the full SHA 5cfdd84View commit details
Commits on Oct 23, 2024
-
(cherry picked from commit c920acf)
Configuration menu - View commit details
-
Copy full SHA for 99ccc90 - Browse repository at this point
Copy the full SHA 99ccc90View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for f9dfb06 - Browse repository at this point
Copy the full SHA f9dfb06View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95ed519 - Browse repository at this point
Copy the full SHA 95ed519View commit details
Commits on Nov 28, 2024
-
[vcpkg] Add comment to z_vcpkg_fixup_macho_rpath_in_dir implementation
Co-authored-by: Billy O'Neal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bbba3b - Browse repository at this point
Copy the full SHA 2bbba3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f70113 - Browse repository at this point
Copy the full SHA 2f70113View commit details -
[vcpkg] add exit code error handling to execute_process() calls in z_…
…vcpkg_fixup_macho_rpath_in_dir
Configuration menu - View commit details
-
Copy full SHA for f41bc39 - Browse repository at this point
Copy the full SHA f41bc39View commit details