buildbot job: building easyrpg
BUILD CMD: make -f Makefile.libretro platform=unix -j16
make: Makefile.libretro: No such file or directory
make: *** No rule to make target 'Makefile.libretro'. Stop.
It wants a Makefile.libretro file that isn't there anymore. From what I can see, the build system moved to cmake, so the recipe needs to be updated to that perhaps (I dabbled a bit myself but it still doesn't want to build).
It wants a Makefile.libretro file that isn't there anymore. From what I can see, the build system moved to cmake, so the recipe needs to be updated to that perhaps (I dabbled a bit myself but it still doesn't want to build).