mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #9717 from luzpaz/typo-source
libretro-pcsx-rearmed: fix build for OdroidGoAdvance
This commit is contained in:
commit
5d50e8d33c
@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then
|
|||||||
if [ "${DEVICE}" = "OdroidGoAdvance" ]; then
|
if [ "${DEVICE}" = "OdroidGoAdvance" ]; then
|
||||||
sed -e "s|armv8-a|armv8-a+crc|" \
|
sed -e "s|armv8-a|armv8-a+crc|" \
|
||||||
-i ../Makefile.libretro
|
-i ../Makefile.libretro
|
||||||
PKG_MAKE_OPTS_TARGET+=" platfrom=classic_armv8_a35"
|
PKG_MAKE_OPTS_TARGET+=" platform=classic_armv8_a35"
|
||||||
else
|
else
|
||||||
PKG_MAKE_OPTS_TARGET+=" platform=unix"
|
PKG_MAKE_OPTS_TARGET+=" platform=unix"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user