crashlib: cmake modify.

This commit is contained in:
2025-06-29 12:38:52 +08:00
parent 9ea423f3d7
commit 8185df66b4
2 changed files with 6 additions and 1 deletions

View File

@@ -9,9 +9,11 @@
#endif
#elif defined(__APPLE__) && defined(__MACH__)
#define MAC_OS
#else // default linux
#elif defined(__linux__) || defined(__TERMUX__) || defined(TERMUX) || defined(__ANDROID__)
#define LINUX_OS
#define BACKWARD_HAS_BFD 1
#else
#error "Unsupported OS"
#endif
#include "backward.hpp"