Closed MarijnS95 closed 3 years ago
If this environment variable is set it should be used over the current or workspace directory.
Fixes: https://github.com/rust-windowing/android-ndk-rs/issues/102
Thanks!
Published as 0.4.8
@dvc94ch Oops, just realized that if target does not exist std::fs::canonicalize and dunce::canonicalize will return an Err!
target
std::fs::canonicalize
dunce::canonicalize
Err
Fixed in #5.
If this environment variable is set it should be used over the current or workspace directory.
Fixes: https://github.com/rust-windowing/android-ndk-rs/issues/102