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:
CvH 2018-10-17 19:11:42 +02:00 committed by GitHub
commit 130528430e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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