novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
184 stars 42 forks source link

CMake silently configures but fails to build in a 32 bit environment. CMake should be auto-failing. #473

Open RubyNova opened 2 years ago

RubyNova commented 2 years ago

As per the title NovelRT does not work in 32-bit builds at the moment. As such we should stop CMake from configuring if the chosen compiler is a 32-bit compiler.

This issue requires some understanding of CMake in order to resolve the bug.

fullStackRacc commented 2 years ago

I can do this one!