From 36ff1f4444cacd195ad1fcab860db2f3be65bc88 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 24 Mar 2020 16:53:52 +0100 Subject: [PATCH] Remove -std=c++11 cppflag as it!s not needed. --- SCsub | 2 -- 1 file changed, 2 deletions(-) diff --git a/SCsub b/SCsub index fc6a5a3..f112e5d 100644 --- a/SCsub +++ b/SCsub @@ -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",