libretro / bsnes-libretro

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
14 stars 13 forks source link

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

Closed zoltanvb closed 2 years ago

zoltanvb commented 2 years ago

When building through libretro-super scripts, the platform value passed on to make command will not be "linux", instead it can be "unix" or "unix-armv7-hardfloat-neon". Added these options.