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: avoid macOS linker error for rust_psm_on_stack_end #97

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. fix: avoid macOS linker error for rust_psm_on_stack_end

    On macOS targets, don't define the symbol `rust_psm_on_stack_end`
    since it isn't used (and somehow this causes the build to fail).
    
    Fixes rust-lang#87
    cdbennett committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e10b08d View commit details
    Browse the repository at this point in the history