blob: 3c41921194d53ef422f3564c574b13121efc2e6c [file] [log] [blame]
set -euxo pipefail
main() {
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
rustup target add $TARGET
fi
}
main