You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fixing mac vulkan install script to error if jq is not installed
This commit is contained in:
@@ -22,6 +22,9 @@ if command -v jq 2>&1 >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
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
|
fi
|
||||||
|
|
||||||
# Download and install the Vulkan SDK.
|
# Download and install the Vulkan SDK.
|
||||||
|
|||||||
Reference in New Issue
Block a user