Merge pulll request #5924

5bcbd97 Disable easylogging crash log on non-glibc libraries (omartijn)
This commit is contained in:
luigi1111
2019-10-08 14:40:53 -05:00

View File

@@ -9,7 +9,7 @@
#define ELPP_UTC_DATETIME
#ifdef EASYLOGGING_CC
#if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#define ELPP_FEATURE_CRASH_LOG
#endif
#endif