mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-24 07:11:27 -04:00
add CLANG SHIP overlay on clang built versions
This commit is contained in:
@@ -33,6 +33,8 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
|
||||
|
||||
#ifdef _MSC_VER
|
||||
GfxPrint_Printf(&printer, "MSVC SHIP");
|
||||
#elif __clang__
|
||||
GfxPrint_Printf(&printer, "CLANG SHIP");
|
||||
#else
|
||||
GfxPrint_Printf(&printer, "GCC SHIP");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user