From d2a671e2f9a831bb5ac09e940cb1d34b4de277a1 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 3 Oct 2018 10:10:23 +0300 Subject: [PATCH] Add Linux platform info. --- example_test/example_test.cpp | 2 ++ 1 file changed, 2 insertions(+) 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