Skip to content

Commit

Permalink
Merge pulll request #5924
Browse files Browse the repository at this point in the history
5bcbd97 Disable easylogging crash log on non-glibc libraries (omartijn)
  • Loading branch information
luigi1111 committed Oct 8, 2019
2 parents 342e7f8 + 5bcbd97 commit 29075e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/easylogging++/ea_config.h
Expand Up @@ -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

0 comments on commit 29075e6

Please sign in to comment.