clarify that WSL is supported

This commit is contained in:
2023-08-23 07:35:30 -04:00
parent 4e9e58c430
commit b2857ff9fd

View File

@@ -196,6 +196,6 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi fi
else else
# Unknown. # Unknown.
echo "Unknown OS type! Supported build hosts systems are GNU/Linux and macOS." echo "Unknown OS type! Supported build hosts systems are GNU/Linux (WSL) and macOS."
exit 1 exit 1
fi fi