mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +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
|
# FIXME: Lunatic builds with LTO don't start up properly as the required
|
||||||
# symbol names are apparently not exported.
|
# symbol names are apparently not exported.
|
||||||
override LTO=0
|
override LTO=0
|
||||||
|
|
||||||
|
ifneq ($(LUNATIC),0)
|
||||||
|
$(error "Lunatic C++ build not supported")
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef LTO
|
ifndef LTO
|
||||||
|
|
Loading…
Reference in a new issue