You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to cargo build --target <target> to cross-build and cargo run natively but because this action will set CARGO_BUILD_TARGET it's not easy to cargo run. (AFAIK there's no easy way to get default target)
Could you provide option to disable setting CARGO_BUILD_TARGET?
The text was updated successfully, but these errors were encountered:
I want to
cargo build --target <target>
to cross-build andcargo run
natively but because this action will setCARGO_BUILD_TARGET
it's not easy tocargo run
. (AFAIK there's no easy way to get default target)Could you provide option to disable setting
CARGO_BUILD_TARGET
?The text was updated successfully, but these errors were encountered: