-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 zig: unsupported exported_symbols_list #171
fix zig: unsupported exported_symbols_list #171
Conversation
I'm not sure if this actually works because |
And looks like it only applies to macOS targets, see https://github.com/rust-lang/rust/blob/dda95c14e1a9356397c6369762047db031e69461/compiler/rustc_codegen_ssa/src/back/linker.rs#L714-L715 |
Thanks for pointing that out. Should I do something like this?
My bad. I haven't checked prior conditions. I am good at neither Rust nor compiling but I will try to make a PR =) |
I think we need remove both |
My case looks like |
What's your Rust version? |
|
OK, so according to the commit message, both So IMO we can merge this first and deal with |
Thanks! |
Relates: #164