From d087ca7c85de98e99d8a805a201670b89a7324c6 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Thu, 20 Mar 2025 22:13:38 +0300 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f2ac84..3658810 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ $(SERVER): patch scons platform=server arch=$(ARCH) target=release_debug tools=yes custom_modules=../modules -j16 godot-editor-main: patch cd src/godot; \ - scons platform=x11 arch=$(ARCH) verbose=yes target=release_debug tools=yes custom_modules=../modules -j24; + scons platform=x11es arch=$(ARCH) verbose=yes target=release_debug tools=yes custom_modules=../modules -j24; patch: ./src/godot/scene/animation/skeleton_ik.cpp cd ./src/godot && git reset --hard HEAD && for p in ../patches/*.patch; do git apply $$p; done sed -e 's/ERR_FAIL_COND_V(-1 == p_task->root_bone, false);//g' -i ./src/godot/scene/animation/skeleton_ik.cpp