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

pull/155/head
truelight 19 years ago
parent 9eb29ca1cf
commit da2ebf897d

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

Loading…
Cancel
Save