From 70a51db83662f268b1a9862b52a5658bb0421b55 Mon Sep 17 00:00:00 2001 From: badlogic Date: Thu, 30 Jun 2022 14:45:15 +0200 Subject: [PATCH] [godot] more CI build script work --- spine-godot/build/setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spine-godot/build/setup.sh b/spine-godot/build/setup.sh index e5aabd5af..a400e3e18 100755 --- a/spine-godot/build/setup.sh +++ b/spine-godot/build/setup.sh @@ -25,6 +25,13 @@ if [ $dev = "true" ]; then cp build/custom.py godot rm -rf example/.import rm -rf example/.godot + + if [ "$OSTYPE" = "msys" ]; then + pushd godot + git apply ../build/livepp.patch + git apply ../build/livepp-v4.patch + popd + fi fi cp -r ../spine-cpp/spine-cpp spine_godot popd