mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-28 22:20:28 +00:00
We were already linking libstdc++ statically for official binaries, protecting us against most portability issues. But apparently since we started using GCC 7 for official builds, we also need to link libgcc statically for at least 32-bit builds to be portable. Fixes #16409.