diff options
author | Andrés | 2018-07-27 21:50:59 -0500 |
---|---|---|
committer | GitHub | 2018-07-27 21:50:59 -0500 |
commit | 17d0c85faeebaa34037445f5d0f80072c98dc915 (patch) | |
tree | 091d68070f9be7b2825159d6aa5cefa4c08bf46f /Makefile.libretro | |
parent | 301b0ab6d00607a3329a65058a499e14f6e8002c (diff) | |
download | pcsx_rearmed-17d0c85faeebaa34037445f5d0f80072c98dc915.tar.gz pcsx_rearmed-17d0c85faeebaa34037445f5d0f80072c98dc915.tar.bz2 pcsx_rearmed-17d0c85faeebaa34037445f5d0f80072c98dc915.zip |
Update Makefile.libretro
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index ed86cc0..0544aab 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -246,6 +246,7 @@ else ifneq (,$(findstring armv,$(platform))) else ifneq (,$(findstring cortexa7,$(platform))) CFLAGS += -marm -mcpu=cortex-a7 ASFLAGS += -mcpu=cortex-a7 + LIBZ := else ifneq (,$(findstring cortexa9,$(platform))) CFLAGS += -marm -mcpu=cortex-a9 ASFLAGS += -mcpu=cortex-a9 |