overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
588 stars 31 forks source link

fix: use CARGO environment variable as cargo executable path #137

Closed zetanumbers closed 1 year ago

zetanumbers commented 1 year ago

might fix some issues mentioned on discord

https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-3rd-party-subcommands

overdrivenpotato commented 1 year ago

Thanks!