diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:36:09 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:36:09 -0400 |
commit | 829c8f0ff950c5762907177633e8dee1eaabd5bb (patch) | |
tree | 30e35068c5e4336f1925cec23b38908feab5cc5b | |
parent | Merge pull request #8969 (diff) | |
parent | ea_config: define ELPP_FEATURE_CRASH_LOG for freebsd (diff) | |
download | monero-829c8f0ff950c5762907177633e8dee1eaabd5bb.tar.xz |
Merge pull request #8972
f70d65c ea_config: define ELPP_FEATURE_CRASH_LOG for freebsd (teknosquet)
-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 4ba0cd611..54db506e6 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__ || defined __NetBSD__) +#if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ || defined __NetBSD__) || (defined __FreeBSD__) #define ELPP_FEATURE_CRASH_LOG #endif #endif |