Additional fix.
This commit is contained in:
parent
3c529d68ab
commit
ce274b98e9
6 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ make_target() {
|
|||
|
||||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus-input-sdl.so ${PKG_BUILD}/projects/unix/mupen64plus-input-sdl-simple.so
|
||||
;;
|
||||
|
|
|
@ -65,7 +65,7 @@ make_target() {
|
|||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
PKG_MAKE_OPTS_TARGET+=" cxd4VIDEO=1"
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus-rsp-cxd4${SUFFIX}.so ${PKG_BUILD}/projects/unix/mupen64plus-rsp-cxd4-simple.so
|
||||
;;
|
||||
|
|
|
@ -53,7 +53,7 @@ make_target() {
|
|||
|
||||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus-rsp-hle.so ${PKG_BUILD}/projects/unix/mupen64plus-rsp-hle-simple.so
|
||||
;;
|
||||
|
|
|
@ -49,7 +49,7 @@ make_target() {
|
|||
|
||||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
export CFLAGS="${CFLAGS} -DSIMPLECORE"
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus ${PKG_BUILD}/projects/unix/mupen64plus-simple
|
||||
|
|
|
@ -53,7 +53,7 @@ make_target() {
|
|||
|
||||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus-video-glide64mk2.so ${PKG_BUILD}/projects/unix/mupen64plus-video-glide64mk2-simple.so
|
||||
;;
|
||||
|
|
|
@ -53,7 +53,7 @@ make_target() {
|
|||
|
||||
case ${DEVICE} in
|
||||
AMD64|RK3588|S922X)
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simple64)/src/api
|
||||
export APIDIR=$(get_build_dir mupen64plus-sa-simplecore)/src/api
|
||||
make -C projects/unix all ${PKG_MAKE_OPTS_TARGET}
|
||||
cp ${PKG_BUILD}/projects/unix/mupen64plus-video-rice.so ${PKG_BUILD}/projects/unix/mupen64plus-video-rice-simple.so
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue