Cosmetic: wrong builder name in clang .bm autogenerated files

git-svn-id: svn://ultimatepp.org/upp/trunk@15887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
amrein 2021-03-30 14:18:27 +00:00
parent fa78f3d9e0
commit 8d30eb665c

View file

@ -61,7 +61,7 @@ LIB = "";
LINKMODE_LOCK = "0";)";
const char *clang_bm =
R"(BUILDER = "GCC";
R"(BUILDER = "CLANG";
COMPILER = "clang++";
COMMON_OPTIONS = "";
COMMON_CPP_OPTIONS = "-std=c++14 -Wno-logical-op-parentheses";
@ -117,7 +117,7 @@ LIB = "";
LINKMODE_LOCK = "0";)";
const char *clang_bm =
R"(BUILDER = "GCC";
R"(BUILDER = "CLANG";
COMPILER = "clang++";
COMMON_OPTIONS = "";
COMMON_CPP_OPTIONS = "-std=c++14 -Wno-logical-op-parentheses";
@ -200,4 +200,4 @@ String GetDefaultUppOut()
return ConfigFile("_out");
}
#endif
#endif