diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 991705010..e2c3b77d0 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -90,7 +90,11 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat Debug() << " +---------------------------------------------------------+"; Debug() << ""; + #ifdef CORRADE_TARGET_NACL + Debug() << "Used application: Platform::WindowlessNaClApplication"; + #else Debug() << "Used application: Platform::WindowlessGlxApplication"; + #endif Debug() << "Compilation flags:"; #ifdef CORRADE_GCC46_COMPATIBILITY Debug() << " CORRADE_GCC46_COMPATIBILITY";