From a01198f78a5eb4a31dfb798768f95850d9e1916f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 May 2021 09:55:57 +0200 Subject: Add OSX x64 support --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3