Due to targeting certain features of Windows the 32 bit binaries must be generated even on a 64 bit system. What is the best way to do this? I’d like to have it happen with one build system invocation, but am unsure of what is normally done.
I’m running under MSYS2 and would prefer to use the MinGW compiler toolchains.