Need to define the make_target function.

This commit is contained in:
fewtarius 2022-04-03 14:21:01 -04:00
parent c7ad047b57
commit d2a98c860a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -19,7 +19,10 @@ PKG_PATCH_DIRS="${PROJECT}"
if [ "${ARCH}" = "arm" ]
then
make -f Makefile.libretro platform=armv6
make_target() {
cd ${PKG_BUILD}
make -f Makefile.libretro platform=armv6
}
else
make_target() {
: