diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 999de991a..0728e5ab5 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -131,6 +131,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef MAGNUM_TARGET_DESKTOP_GLES Debug() << " MAGNUM_TARGET_DESKTOP_GLES"; #endif + #ifdef MAGNUM_TARGET_WEBGL + Debug() << " MAGNUM_TARGET_WEBGL"; + #endif Debug() << ""; /* Create context here, so the context creation info is displayed at proper