Add Linux platform info.

This commit is contained in:
Nathan Letwory
2018-10-03 10:10:23 +03:00
committed by Will Pearson
parent fcc2e20c8e
commit d2a671e2f9

View File

@@ -564,6 +564,8 @@ static ON_String Internal_PlatformId(bool bVerbose)
"Apple"
#elif defined(ON_RUNTIME_ANDROID)
"Android"
#elif defined(ON_RUNTIME_LINUX)
"Linux"
#else
"Runtime"
#endif