mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 06:12:32 -06:00
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:
parent
fa78f3d9e0
commit
8d30eb665c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue