mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #6383
a26cbce
easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning (xiphon)
This commit is contained in:
commit
f52e0f40c6
2
external/easylogging++/easylogging++.h
vendored
2
external/easylogging++/easylogging++.h
vendored
@ -127,6 +127,8 @@
|
||||
#endif
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
# define ELPP_OS_EMSCRIPTEN 1
|
||||
#else
|
||||
# define ELPP_OS_EMSCRIPTEN 0
|
||||
#endif
|
||||
#if (defined(__DragonFly__))
|
||||
# define ELPP_OS_DRAGONFLY 1
|
||||
|
Loading…
Reference in New Issue
Block a user