mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user