mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
add CLANG SHIP overlay on clang built versions
This commit is contained in:
parent
54d3c3b025
commit
098cb8cd93
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
GfxPrint_Printf(&printer, "MSVC SHIP");
|
GfxPrint_Printf(&printer, "MSVC SHIP");
|
||||||
|
#elif __clang__
|
||||||
|
GfxPrint_Printf(&printer, "CLANG SHIP");
|
||||||
#else
|
#else
|
||||||
GfxPrint_Printf(&printer, "GCC SHIP");
|
GfxPrint_Printf(&printer, "GCC SHIP");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue