mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 17:22:06 +08:00
Use __ANDROID__
Based on review feedback.
This commit is contained in:
parent
23dd8d3559
commit
f4f3e3fb66
@ -42,7 +42,7 @@
|
|||||||
#define SPDLOG_DEPRECATED
|
#define SPDLOG_DEPRECATED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) && !defined(SPDLOG_NO_UNWIND)
|
#if defined(__linux__) && !defined(__ANDROID__)
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
#define SPDLOG_CATCH_ALL catch (abi::__forced_unwind&) { _err_handler("Unknown exception"); throw; } catch (...)
|
#define SPDLOG_CATCH_ALL catch (abi::__forced_unwind&) { _err_handler("Unknown exception"); throw; } catch (...)
|
||||||
#else // __linux__
|
#else // __linux__
|
||||||
|
Loading…
Reference in New Issue
Block a user