For NetBSD, add instructions to README.md and define to ea_config.h

This commit is contained in:
thomasvaughan
2020-07-19 12:53:57 +00:00
parent 5d850dde99
commit 01cd3d9342
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#define ELPP_UTC_DATETIME
#ifdef EASYLOGGING_CC
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ || defined __NetBSD__)
#define ELPP_FEATURE_CRASH_LOG
#endif
#endif