aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-04 12:50:43 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-04 12:50:43 +0000
commitdff97112c88b9599e52f670ebb174b9fdd8890fe (patch)
treed91ce6c22b330d7d82659a89502d5d2988c46916 /external
parentMerge pull request #3019 (diff)
downloadmonero-dff97112c88b9599e52f670ebb174b9fdd8890fe.tar.xz
easylogging++: do not use crash log code on android, etc
Diffstat (limited to 'external')
-rw-r--r--external/easylogging++/ea_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h
index c97858f30..4c74925d3 100644
--- a/external/easylogging++/ea_config.h
+++ b/external/easylogging++/ea_config.h
@@ -8,5 +8,7 @@
#define ELPP_NO_DEBUG_MACROS
#ifdef EASYLOGGING_CC
+#if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#define ELPP_FEATURE_CRASH_LOG
#endif
+#endif