Merge pull request #3916 from MilhouseVH/le10_fix_stella

libretro-stella: fix PKG_LIBNAME
This commit is contained in:
5schatten 2019-10-17 11:44:13 +02:00 committed by GitHub
commit 0e5353c113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ PKG_URL="https://github.com/libretro/stella-libretro/archive/$PKG_VERSION.tar.gz
PKG_DEPENDS_TARGET="toolchain kodi-platform"
PKG_LONGDESC="game.libretro.stella: Stella for Kodi"
PKG_LIBNAME="stella_libretro.so"
PKG_LIBNAME="stella2014_libretro.so"
PKG_LIBPATH="$PKG_LIBNAME"
PKG_LIBVAR="STELLA_LIB"