diff options
author | Twinaphex | 2020-02-09 11:18:38 +0100 |
---|---|---|
committer | Twinaphex | 2020-02-09 11:18:38 +0100 |
commit | 9382523c630eaefc7504fd4f3f5d88ed78218a00 (patch) | |
tree | ee9fbf37c5ed5fdfe80bec83255076b31f64bc25 /Makefile.libretro | |
parent | b2627e5145d838cd083c46a712901a8d7a9a8134 (diff) | |
download | pcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.tar.gz pcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.tar.bz2 pcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.zip |
OSX should use lightrec
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index fb6e59c..5f11423 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -70,7 +70,7 @@ else ifeq ($(platform), linux-portable) # OS X else ifeq ($(platform), osx) - DYNAREC ?= ari64 + DYNAREC ?= lightrec TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC fpic += -mmacosx-version-min=10.1 |