We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19a042 commit 72127c0Copy full SHA for 72127c0
1 file changed
setup.sh
@@ -27,7 +27,7 @@ else
27
fi
28
# Install rust compiler
29
echo "Installing rust compiler"
30
-HOST_ABI_FLAGS=()
+HOST_ABI_FLAGS=("")
31
if [[ "$OSTYPE" == "msys"* ]]; then # Windows
32
HOST_ABI_FLAGS+=("--default-host" "$(clang --print-target-triple)")
33
0 commit comments