CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/08/09 05:37:39
Modified files:
games/godot : Makefile
Log message:
On riscv64 scons appends "rv64" instead of "64" to executables names
Probably an unintended side effect from the logic in the scons build
scripts. Duplicate this logic in the port Makefile instead of using the
ksh extended glob trick from my initial diff. This fixes packaging on
riscv64. Also tested on amd64 and arm64 (tb@).
ok sthen@ op@ (maintainer)
