CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/01/14 03:19:11
Modified files:
games/godot4 : Makefile
games/godot4/patches: patch-SConstruct
Log message:
Instead of setting BINSUFFIX to values that don't always make sense,
just remove it from being set on binaries. We don't care, and we don't
do cross-compiling or share an object tree between architectures.
Fixes the build on arm64, possibly others.
While here, update the C++ comment to C++17.
OK op@ (MAINTAINER), thfr@
