mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libretro-mrboom: fix build
This commit is contained in:
parent
de461e3c37
commit
a3cfc7e547
@ -14,6 +14,13 @@ PKG_LIBNAME="mrboom_libretro.so"
|
|||||||
PKG_LIBPATH="$PKG_LIBNAME"
|
PKG_LIBPATH="$PKG_LIBNAME"
|
||||||
PKG_LIBVAR="MRBOOM_LIB"
|
PKG_LIBVAR="MRBOOM_LIB"
|
||||||
|
|
||||||
|
pre_make_target() {
|
||||||
|
# Disable NEON otherwise build fails
|
||||||
|
if target_has_feature neon; then
|
||||||
|
CFLAGS+=" -DDONT_WANT_ARM_OPTIMIZATIONS"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user