-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
[ Feature Request ] Linking c obj or lib files in manifest.json #1627
Comments
While this can certainly be added, isn't a static library a better solution? |
@lerno how can i link to static library using |
I would be happy with static library too, these are the But yeah, how would it look like to include it to a |
You would just add it to "linked-libraries", like |
@lerno |
@nmsobri |
awesome, this is what im looking for |
It would be nice to be able to provide some precompiled object files, bundled along in C3l libraries
Its easy to add the -l flag and just link the file, but currently the .o files are not copied into /tmp/ folder, from the c3l file,
so the path to the object file will be not working, when including the library.
In below
manifest.json
example thewindow.o
would be copied to/build/tmp
by c3 and then auto linked.Maybe its already possible, but I haven't discovered how to get it working
The text was updated successfully, but these errors were encountered: