From 7acd75aee494e27ae1cf78adf0649dd82c48c0ae Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 13 Jul 2022 18:52:51 +0200 Subject: [PATCH] [godot] Fix Linux build, again. --- spine-godot/build/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spine-godot/build/build.sh b/spine-godot/build/build.sh index a64bce0f2..14bf7db01 100755 --- a/spine-godot/build/build.sh +++ b/spine-godot/build/build.sh @@ -61,11 +61,7 @@ else target="$target vsproj=yes livepp=$LIVEPP" fi scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus - if [[ "$OSTYPE" == "linux-gnu"* ]]; then - if [ "$target" = "release_debug" ]; then - strip bin/godot.x11.opt.tools.64 - fi - fi + strip bin/godot.x11.opt.tools.64 fi popd