mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 02:01:03 +00:00
Making AlpineLinux Compatible
This commit is contained in:
parent
12fa28b260
commit
6c7f8b1b07
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ int Sys_GetDriveFreeSpace( const char *path ) {
|
|||
static const int crashSigs[] = { SIGILL, SIGABRT, SIGFPE, SIGSEGV };
|
||||
static const char* crashSigNames[] = { "SIGILL", "SIGABRT", "SIGFPE", "SIGSEGV" };
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
|
||||
#if ( defined(__linux__) && defined(__GLIBC__) ) || defined(__FreeBSD__) || defined(__APPLE__)
|
||||
// TODO: https://github.com/ianlancetaylor/libbacktrace looks interesting and also supports windows apparently
|
||||
#define D3_HAVE_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
|
|
Loading…
Reference in a new issue