bbqsrc / cargo-ndk

Compile Rust projects against the Android NDK without hassle
Apache License 2.0
712 stars 64 forks source link

Fix: create output dir before canonicalize #147

Closed SamRodri closed 3 months ago

SamRodri commented 3 months ago

Silly bug introduced by me in #140. Canonicalize needs the path to exist.

For the other pull request I only tested in a project that already creates the path and a case where a file already exists in the path (the panic issue). I have now tested with a relative path that does not exist too.