summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.libdetection
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-23 17:38:31 +0000
committertruelight <truelight@openttd.org>2006-03-23 17:38:31 +0000
commit27f9da4f20404b33cd16260288f4f390e04cef69 (patch)
treeb3accb12b990fba722cb8279e11c1d9deaf5a4d3 /makefiledir/Makefile.libdetection
parentee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa (diff)
downloadopenttd-27f9da4f20404b33cd16260288f4f390e04cef69.tar.xz
(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r--makefiledir/Makefile.libdetection2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection
index 213c62b76..237c02f98 100644
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -107,9 +107,11 @@ endif
ifdef OSX
# we prefer to use cocoa drivers rather than SDL drivers
# if you really want SDL drivers, you can always modify Makefile.config
+ifndef DEDICATED
WITH_COCOA:=1
WITH_SDL:=
endif
+endif
# workaround