Skip to content

Commit 72127c0

Browse files
committed
Fix setup.sh for CI
1 parent f19a042 commit 72127c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
fi
2828
# Install rust compiler
2929
echo "Installing rust compiler"
30-
HOST_ABI_FLAGS=()
30+
HOST_ABI_FLAGS=("")
3131
if [[ "$OSTYPE" == "msys"* ]]; then # Windows
3232
HOST_ABI_FLAGS+=("--default-host" "$(clang --print-target-triple)")
3333
fi

0 commit comments

Comments
 (0)