BlackToppStudios / Mezz_StaticFoundation

All of the parts of the Mezzanine that need to be handled prior to the real build, like compiler options and platform detection.
GNU General Public License v3.0
2 stars 0 forks source link

Enhance forcing of 32-bit builds #73

Closed Sqeaky closed 4 years ago

Sqeaky commented 4 years ago

This only works on gcc compatible compilers and is silently ignored for msvc. This needs to either fail or work as expected on those compilers.

Sqeaky commented 4 years ago

This is complete now. This is controlled by the MEZZ_ForceGcc32Bit build flag.