Remove -std=c++11 cppflag as it!s not needed.

This commit is contained in:
Relintai 2020-03-24 16:53:52 +01:00
parent 0007d4793e
commit 36ff1f4444

2
SCsub
View File

@ -8,8 +8,6 @@ module_env = env.Clone()
#if os.path.isdir('../mesh_data_resource'):
# module_env.Append(CPPDEFINES=['MESH_DATA_RESOURCE_PRESENT'])
module_env.Append(CPPFLAGS=["-std=c++11"])
sources = [
"register_types.cpp",