build: Remove empty variable from cargo.sh

This commit is contained in:
Dorota Czaplejewicz
2019-09-27 13:47:04 +00:00
parent 55bb263a12
commit 7aff7977fc

View File

@ -16,7 +16,7 @@ fi
cd $SOURCE_DIR
shift
cargo $BUILD_ARG $@
cargo $@
if [ ! -z ${OUT_PATH} ]; then
cp "${CARGO_TARGET_DIR}"/debug/librs.a "${OUT_PATH}"