mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
don't disable log output with emscripten (also doesn't build otherwise)
This commit is contained in:
committed by
Бранимир Караџић
parent
11ef14630b
commit
f96b7ac3cb
@@ -74,7 +74,7 @@ namespace bx
|
|||||||
# else
|
# else
|
||||||
NSLog(__CFStringMakeConstantString("%s"), _out);
|
NSLog(__CFStringMakeConstantString("%s"), _out);
|
||||||
# endif // defined(__OBJC__)
|
# endif // defined(__OBJC__)
|
||||||
#elif 0 // BX_PLATFORM_EMSCRIPTEN
|
#elif BX_PLATFORM_EMSCRIPTEN
|
||||||
emscripten_log(EM_LOG_CONSOLE, "%s", _out);
|
emscripten_log(EM_LOG_CONSOLE, "%s", _out);
|
||||||
#else
|
#else
|
||||||
fputs(_out, stdout);
|
fputs(_out, stdout);
|
||||||
|
|||||||
Reference in New Issue
Block a user