mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user