diff options
author | truelight <truelight@openttd.org> | 2005-08-06 21:45:48 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-08-06 21:45:48 +0000 |
commit | 3ff46bd8ba99f340c95faaa62611379e5c121d4e (patch) | |
tree | fe7cb3b3500ea7a648917134a4c27d2d9f349f01 | |
parent | a587c38864e049008f5c67fb1f9249e835e79134 (diff) | |
download | openttd-3ff46bd8ba99f340c95faaa62611379e5c121d4e.tar.xz |
(svn r2824) -Fix: OSX can now also produce dedicated servers
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ############################################################################## |