summaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index afe6019..54df090 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -18,6 +18,11 @@ else ifneq ($(findstring MINGW32,$(UNAME)),)
libname = blastem_libretro.dll
else ifneq ($(findstring Darwin,$(UNAME)),)
platform = osx
+ OS :=Darwin
+ CC :=gcc
+ ABI := x86_64
+ target = libblastem.dylib
+ libname = blastem_libretro.dylib
else
platform = linux
OS :=Linux