mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6712
01cd3d934
For NetBSD, add instructions to README.md and define to ea_config.h (thomasvaughan)
This commit is contained in:
commit
65d7d8312d
2 changed files with 9 additions and 1 deletions
2
external/easylogging++/ea_config.h
vendored
2
external/easylogging++/ea_config.h
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue