I want to define a macro if it is big endian in premake5. I tried using the endian
command
but it sets the endianness and I want to check the endianness. How is it possible to change the endian of you machine?
I need it as a macro inside premake5.lua