-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
unsupported linker arg: -exported_symbols_list #164
Comments
Feel free to send a PR. |
Partially fixed by #171, |
serjflint
pushed a commit
to serjflint/cargo-zigbuild
that referenced
this issue
Sep 10, 2023
Relates: rust-cross#164
Merged
rfairfax
added a commit
to rfairfax/cargo-zigbuild
that referenced
this issue
Sep 17, 2024
When building a targeting a macos target you may get an error such as: error: unsupported linker arg: -exported_symbols_list A previous fix addressed the first variant of this flag where it is one argument. This fix addresses the second form of this flag where the symbols list is passed as a file path via a follow up argument. Repros by building a cdylib targetting aarch64-apple-darwin. Fixes rust-cross#164
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: unsupported linker arg: -exported_symbols_list
I understand that zig 0.11.0 errors on unrecognized flags, should unknown flags be hardcoded ? if that's the case I can add it to zig.rs
The text was updated successfully, but these errors were encountered: