build: only build backtrace code on linux
This commit is contained in:
parent
895d3dfb9e
commit
8218bda8e3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
#ifdef __linux__
|
||||
|
||||
#include <csignal>
|
||||
#include <cstdio>
|
||||
|
|
Loading…
Add table
Reference in a new issue