bbqsrc/cargo-ndk

CARGO_NDK_OUTPUT_PATH is not absolutized

Closed this issue · 3 comments

If I call cargo ndk at the workspace root with a relative --output-dir, a crate build script not also on the root will resolve an incorrect path. I think cargo build changes the working dir to the manifest dir.

cargo ndk --manifest-path "crates/foo/Cargo.toml" --output-dir "target/build-ndk build

pull request your way to great success!

Ok. I will work on this and the panic issue this weekend.

Looking forward to reviewing your PR :D