From 9b5787196c02f6e97c596bb63f6813ab6cdf4545 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 13 Jul 2022 18:03:55 +0200 Subject: [PATCH] [godot] Strip the Linux binary, this time for real. --- spine-godot/build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-godot/build/build.sh b/spine-godot/build/build.sh index 7810b3a20..a64bce0f2 100755 --- a/spine-godot/build/build.sh +++ b/spine-godot/build/build.sh @@ -60,10 +60,10 @@ else if [ "$OSTYPE" = "msys" ]; then target="$target vsproj=yes livepp=$LIVEPP" fi - scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus + scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus if [[ "$OSTYPE" == "linux-gnu"* ]]; then if [ "$target" = "release_debug" ]; then - strip godot.x11.opt.tools.64 + strip bin/godot.x11.opt.tools.64 fi fi fi