Makefile.common: disallow building Lunatic with C++ for now. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4979 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-02-10 17:50:23 +00:00
parent 529d43f116
commit 1abe65f3ce

View file

@ -243,6 +243,10 @@ ifneq ($(LUNATIC),0)
# FIXME: Lunatic builds with LTO don't start up properly as the required
# symbol names are apparently not exported.
override LTO=0
ifneq ($(LUNATIC),0)
$(error "Lunatic C++ build not supported")
endif
endif
ifndef LTO