libretro / bsnes2014

Libretro fork of bsnes. As close to upstream as possible.
GNU General Public License v3.0
9 stars 17 forks source link

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

Closed zoltanvb closed 1 year ago

zoltanvb commented 1 year 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). Added missing lib and removed -DARM which actually breaks compilation. CC definition changed to optional to allow cross-compilation.