libretro-core.eclass: make $LIBRETRO_CORE_LIB_FILE variable local
authorYuri Konotopov <ykonotopov@gnome.org>
Sun, 18 Aug 2019 07:32:57 +0000 (11:32 +0400)
committerCraig Andrews <candrews@gentoo.org>
Mon, 26 Aug 2019 21:10:21 +0000 (17:10 -0400)
commit491cc137ff66c3ffa5c7e166a7111deb7a3a2070
tree5f656a64db8e6902b2856bdcbe318ffe757eaced
parent01deedebb3c1748fbd31fd16a97824c9b23dad2c
libretro-core.eclass: make $LIBRETRO_CORE_LIB_FILE variable local

Default $LIBRETRO_CORE_LIB_FILE variable value depends on $S which should
be set after "inherit" section according to skel.ebuild. Also this
variable is used in libretro-core_src_install function only.

Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
eclass/libretro-core.eclass