From e2e40fd6c03f7bde3d93872fc992ccaa86db6dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 3 Feb 2022 14:58:32 +0100 Subject: godot : clean up --- godot-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/godot-update b/godot-update index 3f5d00c..37dbd61 100755 --- a/godot-update +++ b/godot-update @@ -10,7 +10,7 @@ CLEAN=0 ANDROID=0 OPTIMIZED=0 -for I in $@ +for I in "$@" do case $I in f) @@ -31,7 +31,7 @@ done function build() { - J=$((`nproc`)) + J=$(nproc) export CXX=/usr/lib/ccache/bin/clang++ export CC=/usr/lib/ccache/bin/clang @@ -97,7 +97,7 @@ pushd ./godot popd -strip godot/bin/* +strip godot/bin/godo.* ls -lh godot/bin/ # scons -j4 platform=linuxbsd target=release_debug tools=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules -- cgit v1.1-2-g2b99