Closed barracuda156 closed 1 year ago
cmake -DCMAKE_CXX_FLAGS="-DAS_MAX_PORTABILITY"
or something similar ADD_DEFINITIONS(-DAS_MAX_PORTABILITY)
but stk won't run on big endian machine
@Benau Oh, I see. Thank you.
It is not something fixable easily, right? After all, Big endian is not limited to archaic macOS, but exists with modern Linux and *BSD.
Need to fix https://github.com/supertuxkart/stk-code/blob/master/src/graphics/sp_mesh_loader.cpp#L59 (at least), and unless someone has a big endian computer to properly test, probably no one should / will bother fixing it.
And this line is 6 years ago
This won't be fixed in the near future probably, sorry about that