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

resolve error when attempting to link a universal library on macOS #98736

Merged
merged 1 commit into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. resolve error when attempting to link a universal library on macOS

    Previously attempting to link universal libraries into libraries (but not binaries) would produce an error that "File too small to be an archive". This works around this by using `object` to extract a library for the target platform when passed a univeral library.
    
    Fixes rust-lang#55235
    alex committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c65c362 View commit details
    Browse the repository at this point in the history