mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
VIDEO: Initial working OSX support
This commit is contained in:
2
makefile
2
makefile
@@ -407,7 +407,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||
VIDEO_FEATURES = - video capabilities provided by libSDL2 (Simple Directmedia Layer)
|
||||
$(info using libSDL2: $(call find_lib,SDL2) $(call find_include,SDL2/SDL))
|
||||
ifeq (Darwin,$(OSTYPE))
|
||||
VIDEO_LDFLAGS += -lobjc -framework cocoa
|
||||
VIDEO_LDFLAGS += -lobjc -framework cocoa -DSDL_MAIN_AVAILABLE
|
||||
endif
|
||||
endif
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user