-
Notifications
You must be signed in to change notification settings - Fork 26
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
Breaks cargo doc with sccache #78
Comments
rust-lang issue: rust-lang/rust#72765 |
Don't have much experience with sccache. No idea what might be going on. |
*edited: I suspect it is caused by |
Hmmm that exists for the C API. If that's indeed the reason (could you check somehow?), maybe we can put the C API into a different crate. |
Huh, specifying lewton as But I can simply edit |
Given that users have to run a separate command to get the c library anyways, just having an alternate Cargo.toml would be simpler than creating a new crate. |
(The staticlib thing also seems to cause problems with dylibs (that use |
Have you considered filing an issue for sccache? https://github.com/mozilla/sccache It might be interesting what they have to say. |
I suspect it is caused by
crate-type = ["lib", "staticlib"]
, but I have not tested this.The text was updated successfully, but these errors were encountered: