mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
VAX/QVSS: Proper linking on OSX
This commit is contained in:
parent
721a16f7e9
commit
daed1e576f
3
makefile
3
makefile
@ -318,6 +318,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||
OS_CCDEFS += -DHAVE_LIBSDL -I$(dir $(call find_include,SDL/SDL))
|
||||
OS_LDFLAGS += -lSDL
|
||||
$(info using libSDL: $(call find_lib,SDL) $(call find_include,SDL/SDL))
|
||||
ifeq (Darwin,$(OSTYPE))
|
||||
OS_LDFLAGS += -lSDLmain -lobjc -framework cocoa
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifneq (,$(VIDEO_USEFUL))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user