From 1abe65f3cef6d2c67a6f3ee14a13d0ac9490c7c3 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Tue, 10 Feb 2015 17:50:23 +0000 Subject: [PATCH] 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 --- polymer/eduke32/Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/polymer/eduke32/Makefile.common b/polymer/eduke32/Makefile.common index 72dc3f13e..938d4297f 100644 --- a/polymer/eduke32/Makefile.common +++ b/polymer/eduke32/Makefile.common @@ -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