aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 16:10:52 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 16:10:52 +0200
commitaa107ac4eb951948301be8df329597fadad71836 (patch)
tree56371a33f2865033cff9f1d8276b0a063cbb35bf
parent56ca14a87ec1085812022dd64888a9bd1bc1653a (diff)
downloadrepository-aa107ac4eb951948301be8df329597fadad71836.tar.gz
godot: build file cleanup
-rwxr-xr-xcommunity/godot/build11
1 files changed, 1 insertions, 10 deletions
diff --git a/community/godot/build b/community/godot/build
index c70e7c23..804ba9e9 100755
--- a/community/godot/build
+++ b/community/godot/build
@@ -18,19 +18,10 @@ done
PYTHONPATH=$(./pythonpath)
PATH=$PWD/scons/dist/usr/bin:$PATH
-LDFLAGS="$LDFLAGS -L$PWD/execinfo"
-CFLAGS="$CFLAGS -I$PWD/execinfo"
-CXXFLAGS="$CXXFLAGS -I$PWD/execinfo"
-export PYTHONPATH PATH LDFLAGS CFLAGS CXXFLAGS
-
-# clsed 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' \
-# platform/linuxbsd/crash_handler_linuxbsd.cpp
+export PYTHONPATH PATH
scons \
- LINKFLAGS="$LDFLAGS" \
- CFLAGS="$CFLAGS" \
- CXXFLAGS="$CXXFLAGS" \
progress=true \
arch=x64 \
speechd=no \