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

unsupported linker arg: -exported_symbols_list #164

Open
sigmaSd opened this issue Aug 26, 2023 · 2 comments · Fixed by #171
Open

unsupported linker arg: -exported_symbols_list #164

sigmaSd opened this issue Aug 26, 2023 · 2 comments · Fixed by #171

Comments

@sigmaSd
Copy link

sigmaSd commented Aug 26, 2023

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

@messense
Copy link
Member

Feel free to send a PR.

serjflint pushed a commit to serjflint/cargo-zigbuild that referenced this issue Sep 10, 2023
@messense messense linked a pull request Sep 10, 2023 that will close this issue
@messense
Copy link
Member

Partially fixed by #171, -Wl,-exported_symbols_list,<path> is handled but -Wl,-exported_symbols_list <path> isn't handled yet.

serjflint pushed a commit to serjflint/cargo-zigbuild that referenced this issue Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants