mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libretro-mrboom: fix build
This commit is contained in:
parent
eaaecb8800
commit
22a4e0829a
@ -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