mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge pull request #3034 from 5schatten/libretro-pcsx_rearmed_fix_arch_x86_64
libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64
This commit is contained in:
commit
130528430e
@ -36,7 +36,7 @@ make_target() {
|
||||
arm)
|
||||
make -f Makefile.libretro USE_DYNAREC=1 GIT_VERSION=$PKG_VERSION
|
||||
;;
|
||||
x86-64)
|
||||
x86_64)
|
||||
make -f Makefile.libretro GIT_VERSION=$PKG_VERSION
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user