Merge pull request #9717 from luzpaz/typo-source

libretro-pcsx-rearmed: fix build for OdroidGoAdvance
This commit is contained in:
Ian Leonard 2025-02-06 16:07:51 -05:00 committed by GitHub
commit 5d50e8d33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ if [ "${ARCH}" = "arm" ]; then
if [ "${DEVICE}" = "OdroidGoAdvance" ]; then
sed -e "s|armv8-a|armv8-a+crc|" \
-i ../Makefile.libretro
PKG_MAKE_OPTS_TARGET+=" platfrom=classic_armv8_a35"
PKG_MAKE_OPTS_TARGET+=" platform=classic_armv8_a35"
else
PKG_MAKE_OPTS_TARGET+=" platform=unix"
fi