mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3008 from 5schatten/libretro-genplus_arm_fix
libretro-genplus: bus error fix for non RPi arm based systems
This commit is contained in:
commit
8b3e6780e7
@ -20,7 +20,11 @@ PKG_LIBPATH="$PKG_LIBNAME"
|
||||
PKG_LIBVAR="GENPLUS_LIB"
|
||||
|
||||
make_target() {
|
||||
make -f Makefile.libretro
|
||||
if [ "$ARCH" = "arm" ]; then
|
||||
CFLAGS="$CFLAGS -DALIGN_LONG"
|
||||
fi
|
||||
|
||||
make -f Makefile.libretro GIT_VERSION=$PKG_VERSION
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user