libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64

This commit is contained in:
5schatten 2018-10-17 19:03:21 +02:00
parent 1584557ede
commit 3be255e635

View File

@ -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