Browse Source

[godot] Fix up setup script.

Mario Zechner 9 months ago
parent
commit
f7da1e48ab
1 changed files with 3 additions and 0 deletions
  1. 3 0
      spine-godot/build/setup-extension.sh

+ 3 - 0
spine-godot/build/setup-extension.sh

@@ -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