diff --git a/example_test/example_test.cpp b/example_test/example_test.cpp index f2e2d638..c7c3a287 100644 --- a/example_test/example_test.cpp +++ b/example_test/example_test.cpp @@ -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