_TARGET_ARCH
Stores the name of the architecture currently being targeted; see architecture() for a complete list of architecture identifiers.
The current architecture may be overridden on the command line with the --arch
option.
$ premake5 --arch=x86 gmake
Availability
Premake 5.0 beta 3 or later.