mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libretro-uae4arm: build does not search for libraries in non standard directories so add additional -L directories
This commit is contained in:
parent
b8e75b9a9d
commit
6a11a5770f
@ -26,6 +26,11 @@ else
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=unix"
|
||||
fi
|
||||
|
||||
pre_configure_target() {
|
||||
sed -e "s|LDFLAGS := -lz -lpthread -lFLAC -lmpg123 -ldl|& -L$(get_install_dir mpg123)/usr/lib|" \
|
||||
-i ${PKG_BUILD}/Makefile.libretro
|
||||
}
|
||||
|
||||
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