libretro / libretro-chailove

:heart: 2D Game Framework with ChaiScript
https://raw.githack.com/libretro/libretro-chailove/docs/index.html
MIT License
70 stars 22 forks source link

Makefile fix to enable build for "unix-armv7-hardfloat-neon" #420

Closed zoltanvb closed 2 years ago

zoltanvb commented 2 years ago

"armv" platform is recognized by the makefile, but actual compilation was not successful for "unix-armv7-hardfloat-neon" (one of the options in libretro-super build scripts).

RobLoach commented 2 years ago

Thanks so much for the push forwards heree!