-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Renaming the C library? #83
Comments
In the roadmap I already planned to add customization through I'm not against to support it, how would it work for you? |
Sounds great! |
I'm not clear on how it would work though :) you can poke me on riot or zulip if you prefer. |
I think this was done in:
|
It does, I think we can close the issue now. |
Is it possible that this feature isn't working quite yet, at least not as written in the README? In my case I can only rename the header using
to rename the library I get
It seems the first path is wrong. Finally
The complete MWE is here: https://gist.github.com/cschwan/0cb317b682541ed6962dcab65cda1b7a |
Could you please open a new issue? It looks like there is a bug in the implementation. |
@sdroege probably we should add a test for it. |
Here you go: #166. |
Indeed. I don't use the library renaming feature myself, only the versioning overriding of the library so I didn't notice this not working. |
I'm switching Pathfinder to use
cargo-c
. Pathfinder is built as a series of small crates: to that end, the C bindings are underpathfinder_c
. I'd like to havecargo-c
rename the resulting library frompathfinder_c
topathfinder
. Is this something you'd like to support?The text was updated successfully, but these errors were encountered: