Started work on build system
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "sys/stat.h"
|
||||
#include "dirent.h"
|
||||
#include "time.h"
|
||||
#include "signal.h"
|
||||
#ifdef __linux__
|
||||
#include "dlfcn.h"
|
||||
#include "execinfo.h"
|
||||
@@ -20,6 +21,7 @@ PLATFORM_INTERFACE void Plat_FatalErrorFunc(const char* szFormat, ...)
|
||||
V_vprintf(szFormat, list);
|
||||
va_end(list);
|
||||
fflush(stdout);
|
||||
raise(SIGTRAP);
|
||||
_exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user