OSX should use lightrec
authorTwinaphex <libretro@gmail.com>
Sun, 9 Feb 2020 10:18:38 +0000 (11:18 +0100)
committerTwinaphex <libretro@gmail.com>
Sun, 9 Feb 2020 10:18:38 +0000 (11:18 +0100)
Makefile.libretro

index fb6e59c..5f11423 100644 (file)
@@ -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