about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xcargo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cargo.sh b/cargo.sh
index 332f365ce0c..e95564dccda 100755
--- a/cargo.sh
+++ b/cargo.sh
@@ -20,4 +20,4 @@ fi
 cmd=$1
 shift
 
-RUSTDOCFLAGS="$RUSTFLAGS" cargo +${TOOLCHAIN} $cmd --target $TARGET_TRIPLE $@
+RUSTDOCFLAGS="$RUSTFLAGS" cargo +${TOOLCHAIN} $cmd $@