Closed
Description
The compilation command line does -DDAEMON_CXX_COMPILER_STRING=GCC_12.2.0:arm-linux-gnueabihf-g++
but the engine is printing this:
Unvanquished 0.55.2 Linux armhf (GCC_12.2.0:arm-1-gnueabihf-g++) Feb 12 2025
See how arm-linux-gnueabihf-g++
is transformed into arm-1-gnueabihf-g++
.
I don't know what's happening there.