Makefile.common: fix "disallow building Lunatic with C++" (r4979). DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5028 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-02-22 19:31:15 +00:00
parent a9b965498f
commit 06f0c0c06b

View file

@ -244,7 +244,7 @@ ifneq ($(LUNATIC),0)
# symbol names are apparently not exported. # symbol names are apparently not exported.
override LTO=0 override LTO=0
ifneq ($(LUNATIC),0) ifneq ($(CPLUSPLUS),0)
$(error "Lunatic C++ build not supported") $(error "Lunatic C++ build not supported")
endif endif
endif endif