summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex <libretro@gmail.com>2021-05-29 09:55:57 +0200
committertwinaphex <libretro@gmail.com>2021-05-29 09:55:57 +0200
commita01198f78a5eb4a31dfb798768f95850d9e1916f (patch)
treec95a3da1dfa68f31ca81f18b55dfe3559748ff05 /Makefile
parent104e0e64924de5b4178fd5cd8cc305a812602596 (diff)
Add OSX x64 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a078761..ca70a50 100644
--- a/Makefile
+++ b/Makefile
@@ -121,8 +121,10 @@ endif
endif #libblastem.so
ifeq ($(OS),Darwin)
+ifneq ($(LIBRETRO),1)
LDFLAGS+= -framework OpenGL -framework AppKit
endif
+endif
endif #PORTABLE
endif #Windows