mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64
This commit is contained in:
parent
1584557ede
commit
3be255e635
@ -36,7 +36,7 @@ make_target() {
|
|||||||
arm)
|
arm)
|
||||||
make -f Makefile.libretro USE_DYNAREC=1 GIT_VERSION=$PKG_VERSION
|
make -f Makefile.libretro USE_DYNAREC=1 GIT_VERSION=$PKG_VERSION
|
||||||
;;
|
;;
|
||||||
x86-64)
|
x86_64)
|
||||||
make -f Makefile.libretro GIT_VERSION=$PKG_VERSION
|
make -f Makefile.libretro GIT_VERSION=$PKG_VERSION
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user