mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libretro-beetle-psx: fix build
set GIT_VERSION, disable static libstdc++ linking Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
2c4338215b
commit
3f8a42f7ce
@ -14,6 +14,8 @@ PKG_LIBNAME="mednafen_psx_libretro.so"
|
||||
PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="BEETLE-PSX_LIB"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="GIT_VERSION=${PKG_VERSION:0:7} LINK_STATIC_LIBCPLUSPLUS=0"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${SYSROOT_PREFIX}/usr/lib/cmake/${PKG_NAME}
|
||||
cp ${PKG_LIBPATH} ${SYSROOT_PREFIX}/usr/lib/${PKG_LIBNAME}
|
||||
|
Loading…
x
Reference in New Issue
Block a user