Set RUSTDOCFLAGS

Fixes #969
This commit is contained in:
bjorn3 2020-05-05 12:03:27 +02:00
parent 7643956574
commit 6f9a4fda3a
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ fi
cmd=$1
shift
cargo +${TOOLCHAIN} $cmd --target $TARGET_TRIPLE $@
RUSTDOCFLAGS=$RUSTFLAGS cargo +${TOOLCHAIN} $cmd --target $TARGET_TRIPLE $@