(svn r1000) Makefile: added check for static build releases on mac. Most users can't use a dynamic build

pull/155/head
bjarni 20 years ago
parent b747cd2fcd
commit 515e33c414

@ -209,6 +209,13 @@ endif
endif
endif
ifdef RELEASE
ifdef OSX
ifndef STATIC
$(error do not make dynamically linked releases. Most users can't use those)
endif
endif
endif
# Force SDL on UNIX platforms
ifndef WITH_SDL

Loading…
Cancel
Save