libretro / bsnes-mercury

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

Allow specifying core installdir #73

Closed alice-mkh closed 6 years ago

alice-mkh commented 6 years ago

Allows installing the core to locations other than /usr/lib on linux.

Also fix macOS and iOS uninstall paths.

hizzlekizzle commented 6 years ago

Isn't that what DESTDIR is for?

alice-mkh commented 6 years ago

For gnome-games we need to install it into /app/lib/libretro/, which is impossible currently.

And with this we'll just do core_installdir=/app/lib/libretro, as with all other cores.

alice-mkh commented 6 years ago

Thanks!