1
0
Fork 0

(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict

release/0.5
truelight 2006-03-23 17:38:31 +00:00
parent ee8a8ec834
commit 27f9da4f20
1 changed files with 2 additions and 0 deletions

View File

@ -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