libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 39 forks source link

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

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