(svn r2824) -Fix: OSX can now also produce dedicated servers

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent a587c38864
commit 3ff46bd8ba

@ -217,10 +217,15 @@ ifdef DEDICATED
WITH_SDL:=
ifndef WIN32
ifndef MORPHOS
ifndef OSX
LDFLAGS+=-lpthread
endif
endif
endif
ifdef OSX
LDFLAGS+=-framework Cocoa
endif
endif
##############################################################################

Loading…
Cancel
Save