mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
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:
parent
529d43f116
commit
1abe65f3ce
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue