clarify that WSL is supported

This commit is contained in:
2023-08-23 07:35:30 -04:00
parent 4b0e0abd9b
commit 9db770493c

View File

@@ -196,6 +196,6 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi
else
# 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
fi