Package cleanup after the patch cleanup.

This commit is contained in:
fewtarius 2022-06-18 11:39:34 -04:00
parent e03ba66f3d
commit 8e2831bdfc
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ then
make CC=${CC} platform=RG351x
elif [[ "${DEVICE}" =~ RG503 ]] || [[ "${DEVICE}" =~ RG353P ]]
then
PKG_MAKE_OPTS_TARGET+=" platform=RK3566"
make CC=${CC} platform=RK3566
else
make CC=${CC} platform=${DEVICE}
fi

View file

@ -22,7 +22,7 @@ make_target() {
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=RG351x
elif [[ "${DEVICE}" =~ RG503 ]] || [[ "${DEVICE}" =~ RG353P ]]
then
PKG_MAKE_OPTS_TARGET+=" platform=RK3566"
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=RK3566
else
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=${DEVICE}
fi