summaryrefslogtreecommitdiffstats
path: root/godot-update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-02-03 14:58:32 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2022-02-03 14:59:05 +0100
commite2e40fd6c03f7bde3d93872fc992ccaa86db6dd4 (patch)
tree87b9093b59a5788577e0a57777d204b10d81c685 /godot-update
parent02eb89b278f9b8fe91bb46c60a70ec9572cb3f2d (diff)
downloadbin-e2e40fd6c03f7bde3d93872fc992ccaa86db6dd4.zip
bin-e2e40fd6c03f7bde3d93872fc992ccaa86db6dd4.tar.gz
godot : clean up
Diffstat (limited to 'godot-update')
-rwxr-xr-xgodot-update6
1 files 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