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

Print out libraries that rust claims need to be linked in #20

Open
harpocrates opened this issue May 11, 2018 · 0 comments
Open

Print out libraries that rust claims need to be linked in #20

harpocrates opened this issue May 11, 2018 · 0 comments
Labels

Comments

@harpocrates
Copy link
Owner

One way to do this is by calling cargo rustc -- --print=native-static-libs from the directory containing the Cargo.toml. It would be nice to parse this and print out a more user friendly message along the lines of "add these libraries to the extra-libraries: section of your cabal file".

harpocrates added a commit that referenced this issue May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant