Bug fixes
This commit is contained in:
parent
ec3abbbbfc
commit
6a33b54b9b
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue