mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-04 10:17:08 +01:00
(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
This commit is contained in:
parent
ee8a8ec834
commit
27f9da4f20
@ -107,9 +107,11 @@ endif
|
|||||||
ifdef OSX
|
ifdef OSX
|
||||||
# we prefer to use cocoa drivers rather than SDL drivers
|
# we prefer to use cocoa drivers rather than SDL drivers
|
||||||
# if you really want SDL drivers, you can always modify Makefile.config
|
# if you really want SDL drivers, you can always modify Makefile.config
|
||||||
|
ifndef DEDICATED
|
||||||
WITH_COCOA:=1
|
WITH_COCOA:=1
|
||||||
WITH_SDL:=
|
WITH_SDL:=
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# workaround
|
# workaround
|
||||||
|
Loading…
Reference in New Issue
Block a user