From 0dde81eaea3df090bd277c5914854923790f03c7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 12 Apr 2022 20:33:56 +0200 Subject: [PATCH] [godot] Simplify setup.sh --- spine-godot/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spine-godot/setup.sh b/spine-godot/setup.sh index 9a504c6e8..213b5e67f 100755 --- a/spine-godot/setup.sh +++ b/spine-godot/setup.sh @@ -6,6 +6,5 @@ cp -r .idea godot cp custom.py godot cp -r ../spine-cpp/spine-cpp spine_godot pushd godot -scons -Q compiledb custom_modules="../spine_godot" -scons target=debug custom_modules="../spine_godot" --jobs=8 +scons compiledb=yes custom_modules="../spine_godot" -j16 popd \ No newline at end of file