1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 02:59:10 +00:00

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

This commit is contained in:
truelight
2005-08-06 21:45:48 +00:00
parent a587c38864
commit 3ff46bd8ba

View File

@@ -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
##############################################################################