diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:51:41 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:51:41 -0700 |
commit | 65d7d8312d65e171e10821aac2b31639a3b972ec (patch) | |
tree | fbfc60424accfa04b0bb66f4d59815a5328999e0 /external | |
parent | Merge pull request #6703 (diff) | |
parent | For NetBSD, add instructions to README.md and define to ea_config.h (diff) | |
download | monero-65d7d8312d65e171e10821aac2b31639a3b972ec.tar.xz |
Merge pull request #6712
01cd3d934 For NetBSD, add instructions to README.md and define to ea_config.h (thomasvaughan)
Diffstat (limited to 'external')
-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 |