don't disable log output with emscripten (also doesn't build otherwise)

This commit is contained in:
Vladimir Vukicevic
2019-07-09 12:48:25 -07:00
committed by Бранимир Караџић
parent 11ef14630b
commit f96b7ac3cb

View File

@@ -74,7 +74,7 @@ namespace bx
# else
NSLog(__CFStringMakeConstantString("%s"), _out);
# endif // defined(__OBJC__)
#elif 0 // BX_PLATFORM_EMSCRIPTEN
#elif BX_PLATFORM_EMSCRIPTEN
emscripten_log(EM_LOG_CONSOLE, "%s", _out);
#else
fputs(_out, stdout);