cegui: use C++11 to fix build on legacy systems

This commit is contained in:
Sergey Fedorov
2024-08-12 12:11:30 +08:00
committed by Ryan Carsten Schmidt
parent 0d5dfa8c53
commit baa6b8094d
+3
View File
@@ -43,6 +43,9 @@ patchfiles patch-cegui-include-CEGUIDynamicModule.h.diff \
tinyxml.patch \
dynamic_lookup-11.patch
# xercesc3 requires C++11, and cegui fails to build with a pre-C++11 compiler.
compiler.cxx_standard 2011
configure.args --disable-corona \
--disable-external-glew \
--disable-irrlicht-renderer \