1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Fixing mac vulkan install script to error if jq is not installed

This commit is contained in:
Gabe Caldwell
2025-04-26 12:19:41 -05:00
parent e37c6261ea
commit e9b71f96a2

View File

@@ -22,6 +22,9 @@ if command -v jq 2>&1 >/dev/null; then
fi
fi
done
else
echo 'Error: Could not find 'jq' command. Is jq installed? Try running "brew install jq" or "port install jq" and rerunning this script.'
exit 0
fi
# Download and install the Vulkan SDK.