> Hi, it compiles for me but haven't found a game that works with it. > I guess it's too new.
The done thing in distributing love games seems to be to just require a particular version, or nowadays stick it all in an AppImage for Linux. I don't know if it's feasible to maintain every major version though, or if that's even desirable, but that means some games won't be playable without modifications. > Multi version package (seperate port) seems the way to go, > but it's non-trivial. Must not clash with v0.8 > See for example lang/lua/{5.1,5.2,5.3} Thanks, I'll take a look. This might be a little over my head, but I'll give it a try! > I'm the one who told you to test OBJCXX=c++ > Seems the standard way would be to use > OBJCXX="${CXX}" in the Makefile Thanks for your help! You're 100% correct, I'll change that. Will