-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
cbuild does not generate the shared library in the target/${profile}/ path #43
Comments
|
I'm using Arch Linux x86_64. Steps used to build rav1e and the C library:
After this, the shared library is not generated. Here is the output of |
It is built but not copied in the main directory. the |
Yes, I was expecting a clear output of Thank you for clarifying this. If this is a wontfix, fell free to close this issue. |
It is an issue that requires to either fix |
Done in |
cbuild
does not generate the shared library. The shared library is generated only when runningcinstall
. Tested in rav1e with cargo-c 0.3.1.Can this be changed so
cbuild
also generates the shared library?The text was updated successfully, but these errors were encountered: