mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-09 16:43:00 +01:00
628ff65828
The Q_OS_UNIX macro is inappropriate because many UNIX-like platforms may lack backtrace support in the libc. E.g.: Darwin / Mac OS X, Musl libc, OpenBSD, OpenIndiana.
5 lines
89 B
C
5 lines
89 B
C
#cmakedefine Backtrace_FOUND
|
|
#ifdef Backtrace_FOUND
|
|
#include <@Backtrace_HEADER@>
|
|
#endif
|