mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning
This commit is contained in:
parent
4764d18eeb
commit
a26cbcef92
1 changed files with 2 additions and 0 deletions
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 a new issue