[godot] Fix up setup script.

This commit is contained in:
Mario Zechner 2024-12-10 16:04:17 +01:00
parent 41a6a96785
commit f7da1e48ab

View File

@ -55,6 +55,9 @@ pushd ..
rm -rf godot-cpp
git clone --depth 1 $godot_cpp_repo -b $godot_cpp_branch
rm -rf example-v4-extension/bin
mkdir -p example-v4-extension/bin
if [ $dev == "true" ]; then
echo "Dev build, creating godot-cpp/dev"
touch godot-cpp/dev