no rust-std for these targets
This commit is contained in:
parent
e7b10e53ac
commit
10ea089eb2
|
@ -79,7 +79,7 @@ install_rust() {
|
|||
}
|
||||
|
||||
add_rustup_target() {
|
||||
if [[ $TARGET != $HOST ]]; then
|
||||
if [[ $TARGET != $HOST && ${CARGO:-cargo} == "cargo" ]]; then
|
||||
rustup target add $TARGET
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue