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 | a587c38864e049008f5c67fb1f9249e835e79134 (patch) | |
tree | 7bf87fed198ec54e73171573efedc4cf2b7b1940 /Makefile | |
parent | 73d0f3617523bd1d3eb0f09d6096410f7fb3a19f (diff) | |
download | openttd-a587c38864e049008f5c67fb1f9249e835e79134.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 ############################################################################## |