Bug fixes

This commit is contained in:
fewtarius 2023-03-04 18:43:49 -05:00
parent ec3abbbbfc
commit 6a33b54b9b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 1 additions and 5 deletions

View file

@ -51,10 +51,6 @@ makeinstall_target() {
;;
x86_64)
cp -vP ${ROOT}/build.${DISTRO}-${DEVICE}.i686/flycast-*/.install_pkg/usr/lib/libretro/flycast32_libretro.so ${INSTALL}/usr/lib/libretro
cp flycast_libretro.so ${INSTALL}/usr/lib/libretro/flycast_libretro.so
;;
i686)
cp flycast_libretro.so ${INSTALL}/usr/lib/libretro/flycast32_libretro.so
;;
esac
}

View file

@ -30,7 +30,7 @@ fi
if [[ ${TARGET_ARCH} =~ i*86|x86_64 ]]; then
PKG_DEPENDS_HOST+=" nasm:host"
PKG_DEPENDS_TARGET+=" nasm"
PKG_DEPENDS_TARGET+=" nasm:host"
fi
post_makeinstall_target() {