mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 08:20:01 +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
|