Need to define the make_target function.
This commit is contained in:
parent
c7ad047b57
commit
d2a98c860a
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||
:
|
||||
|
|
Loading…
Reference in a new issue