mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Fix up setup script.
This commit is contained in:
parent
41a6a96785
commit
f7da1e48ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user