diff options
author | twinaphex <libretro@gmail.com> | 2021-05-29 09:55:57 +0200 |
---|---|---|
committer | twinaphex <libretro@gmail.com> | 2021-05-29 09:55:57 +0200 |
commit | a01198f78a5eb4a31dfb798768f95850d9e1916f (patch) | |
tree | c95a3da1dfa68f31ca81f18b55dfe3559748ff05 /Makefile | |
parent | 104e0e64924de5b4178fd5cd8cc305a812602596 (diff) |
Add OSX x64 support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |