-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
How to include a native library? #151
Comments
I think this functionality was added in #106 back in february, but the last release was in December so the |
It is probably even better to link it dynamically instead of at runtime via Nowadays the search path from |
I'm trying to use xbuild to compile some code to run on an Oculus Quest, which is android. I need to include the
libopenxr_loader.so
native library, and either dlopen or link against it.How do I do this with xbuild? I think it should be one of the
runtime_libs
, but this doesn't seem to do anything if I include it in themanifest.yaml
. Is this functionality supported yet inxbuild
?Note: I am using crates.io version
0.2.0
The text was updated successfully, but these errors were encountered: