File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -836,12 +836,6 @@ ifeq ($(HAVE_CORELOCATION), 1)
836836 LIBS += -framework CoreLocation
837837endif
838838
839- ifeq ($(HAVE_COCOA), 1)
840- OBJ += ui/drivers/cocoa/cocoa_common.o
841- OBJ += ui/drivers/cocoa/RetroArchPlaylistManager.o
842- LIBS += -framework Cocoa -framework AppKit -framework Foundation
843- endif
844-
845839ifeq ($(HAVE_CORETEXT), 1)
846840 OBJ += gfx/drivers_font_renderer/coretext.o
847841endif
@@ -2587,7 +2581,9 @@ ifeq ($(HAVE_COCOA_COMMON),1)
25872581 DEFINES += -DHAVE_MAIN -DOSX
25882582 OBJ += input/drivers/cocoa_input.o \
25892583 ui/drivers/ui_cocoa.o \
2590- ui/drivers/cocoa/cocoa_common.o
2584+ ui/drivers/cocoa/cocoa_common.o \
2585+ ui/drivers/cocoa/RetroArchPlaylistManager.o
2586+ LIBS += -framework Cocoa -framework AppKit -framework Foundation
25912587
25922588 ifeq ($(HAVE_OPENGL), 1)
25932589 DEFINES += -DGL_SILENCE_DEPRECATION
You can’t perform that action at this time.
0 commit comments