mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
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:
parent
a9b965498f
commit
06f0c0c06b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue