aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorthomasvaughan <thomas@vaughan.net>2020-07-19 12:53:57 +0000
committerthomasvaughan <thomas@vaughan.net>2020-07-19 12:53:57 +0000
commit01cd3d9342f7d7a4a2a925cdfffd7458a3a203dd (patch)
tree784904215f545ced7da85d2d9c03b5ea0016ecad /external
parentMerge pull request #6586 (diff)
downloadmonero-01cd3d9342f7d7a4a2a925cdfffd7458a3a203dd.tar.xz
For NetBSD, add instructions to README.md and define to ea_config.h
Diffstat (limited to 'external')
-rw-r--r--external/easylogging++/ea_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h
index 91a671575..4ba0cd611 100644
--- a/external/easylogging++/ea_config.h
+++ b/external/easylogging++/ea_config.h
@@ -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