Add Linux platform info.

This commit is contained in:
Nathan Letwory
2018-10-03 10:10:23 +03:00
committed by sbaer
parent 04f9459e21
commit 90b93835b2

View File

@@ -696,6 +696,8 @@ static void Internal_PrintIntroduction(
L"Apple"
#elif defined(ON_RUNTIME_ANDROID)
L"Android"
#elif defined(ON_RUNTIME_LINUX)
L"Linux"
#else
L"Unknown"
#endif