diff options
Diffstat (limited to 'community/godot/build')
-rwxr-xr-x | community/godot/build | 5 |
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 \ |