diff options
author | truelight <truelight@openttd.org> | 2005-08-06 20:53:02 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-08-06 20:53:02 +0000 |
commit | 48d8f9da3fb87484b17b931db5a1613f14ad4b27 (patch) | |
tree | 7bf87fed198ec54e73171573efedc4cf2b7b1940 /Makefile | |
parent | 479b98980c329966784b5e1f352b12d735bb0f2f (diff) | |
download | openttd-48d8f9da3fb87484b17b931db5a1613f14ad4b27.tar.xz |
(svn r2823) -Fix: MorphOS doesn't have pthread either!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -216,9 +216,11 @@ endif ifdef DEDICATED WITH_SDL:= ifndef WIN32 +ifndef MORPHOS LDFLAGS+=-lpthread endif endif +endif ############################################################################## |