-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
I use:
$ cargo --version
cargo 0.16.0-nightly (6e0c18c 2017-01-27)
Before that version cargo create cdylib in path like this:
target/release/libhelpers_py.so
at now it changed to target/release/deps/libhelpers_py-4bae97ef34a93c7e.so
.
The path is important for me, because of my two use cases:
- Use rust code from python, to do that I place symlink to
.so
library
in the same directory as python script, and this works like a charm,
I runcargo build
and start python script nothing more,
at now I have to recreate symlink after every new commit? - I use rust code from java on android, build tool for java
gradle
,
runcargo build --target=arm-linux-androideabi --release
and grab
output ".so" library, at now I have to write smartgradle script
to list
directory and find file by mask?
Lukasa
Metadata
Metadata
Assignees
Labels
No labels