aboutsummaryrefslogtreecommitdiff
path: root/community/godot/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 01:37:41 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 01:37:41 +0200
commitbe763b3d457c7414aa512b8fa382384e87b058ac (patch)
tree4ecab073694463055af9cc2b2b92b0ac0e5dea99 /community/godot/build
parent3c80c0e6f3f2418326de957b0b100e99c2e9a974 (diff)
downloadrepository-be763b3d457c7414aa512b8fa382384e87b058ac.tar.gz
godot: bump to 3.5.2
Diffstat (limited to 'community/godot/build')
-rwxr-xr-xcommunity/godot/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/godot/build b/community/godot/build
index aba972ea..0acc437c 100755
--- a/community/godot/build
+++ b/community/godot/build
@@ -19,6 +19,11 @@ export PYTHONPATH PATH
clsed 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' \
platform/x11/crash_handler_x11.cpp
+# Fix build with GCC13
+clsed '/^#define/a#include <cstdint>' \
+ modules/fbx/fbx_parser/FBXCommon.h \
+ thirdparty/vhacd/inc/vhacdManifoldMesh.h
+
scons \
platform=x11 \
target=release_debug \