process_path
process_path copied to clipboard
Build error
Compiling process_path v0.1.4
error[E0433]: failed to resolve: use of undeclared crate or module `os`
--> /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/process_path-0.1.4/src/lib.rs:58:5
|
58 | os::get_executable_path()
| ^^ use of undeclared crate or module `os`
error[E0433]: failed to resolve: use of undeclared crate or module `nix`
--> /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/process_path-0.1.4/src/lib.rs:71:9
|
71 | nix::get_dylib_path()
| ^^^ use of undeclared crate or module `nix`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `process_path` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
What Rust target are you trying to compile for?
What Rust target are you trying to compile for?
Android (Termux) https://github.com/termux/termux-packages/pull/11835