rive-app / rive-cpp

C++ runtime for Rive
MIT License
278 stars 42 forks source link

Make it possible to compile with gcc #360

Open jebos opened 1 year ago

jebos commented 1 year ago

It would be nice to make rive-cpp compile with a recent gcc version. Right now it fails due to some issues in smid.hpp and others.

The adventage would be that it can then more easily integrated in embedded devices with already existing gcc based sdk / crosscompile toolchains.