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 | 36d717d77a71293e98294d2bbe0074cc7849c897 (patch) | |
tree | fe7cb3b3500ea7a648917134a4c27d2d9f349f01 | |
parent | 48d8f9da3fb87484b17b931db5a1613f14ad4b27 (diff) | |
download | openttd-36d717d77a71293e98294d2bbe0074cc7849c897.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 ############################################################################## |