forked from mirrors/principia
Don't redirect logging output when compiling for the web
This commit is contained in:
parent
4e6f127a91
commit
9648b16f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ int main(int argc, char **argv)
|
|||
mkdir(tbackend_get_storage_path(), S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
#if !defined(DEBUG) && !defined(__EMSCRIPTEN__)
|
||||
char logfile[1024];
|
||||
snprintf(logfile, 1023, "%s/run.log", tbackend_get_storage_path());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue