diff options
author | thomasvaughan <thomas@vaughan.net> | 2020-07-19 12:53:57 +0000 |
---|---|---|
committer | thomasvaughan <thomas@vaughan.net> | 2020-07-19 12:53:57 +0000 |
commit | 01cd3d9342f7d7a4a2a925cdfffd7458a3a203dd (patch) | |
tree | 784904215f545ced7da85d2d9c03b5ea0016ecad /external/easylogging++/ea_config.h | |
parent | Merge pull request #6586 (diff) | |
download | monero-01cd3d9342f7d7a4a2a925cdfffd7458a3a203dd.tar.xz |
For NetBSD, add instructions to README.md and define to ea_config.h
Diffstat (limited to 'external/easylogging++/ea_config.h')
-rw-r--r-- | external/easylogging++/ea_config.h | 2 |
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 |