-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for including native libraries #2
Comments
I thought the whole point of this lib was to build native modules? I'm getting:
Is that what this story is to address? |
Yes, there's some more work to be done on it. After releasing it, we realized we were working under some false presumptions. It's 3rd in the pipeline right now behind 2 other tools that will make this functionality easier to implement. Sorry for the wild goose chase. I'll change the README to reflect that this is currently not working as advertised. |
Akiro needs support for including dependent native libraries directly.
For example, the
ffmpeg
package depends upon the native librariesffmpeg
andlibmp3lame
orlibx264
.Akiro needs a way to include these. If it's not possible through just akiro, perhaps a conan plugin could handle it.
The text was updated successfully, but these errors were encountered: