mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-23 04:52:07 +00:00
macos also support backtrace api.
This commit is contained in:
parent
9acb99ed08
commit
e50fb5dbe4
1 changed files with 1 additions and 5 deletions
|
@ -28,13 +28,9 @@
|
|||
|
||||
#include <signal.h>
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
|
||||
#endif
|
||||
|
||||
#include "../../common/header/common.h"
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
|
||||
#include <execinfo.h>
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue