mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 10:22:34 +01:00
easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning
This commit is contained in:
2
external/easylogging++/easylogging++.h
vendored
2
external/easylogging++/easylogging++.h
vendored
@@ -127,6 +127,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#if defined(__EMSCRIPTEN__)
|
#if defined(__EMSCRIPTEN__)
|
||||||
# define ELPP_OS_EMSCRIPTEN 1
|
# define ELPP_OS_EMSCRIPTEN 1
|
||||||
|
#else
|
||||||
|
# define ELPP_OS_EMSCRIPTEN 0
|
||||||
#endif
|
#endif
|
||||||
#if (defined(__DragonFly__))
|
#if (defined(__DragonFly__))
|
||||||
# define ELPP_OS_DRAGONFLY 1
|
# define ELPP_OS_DRAGONFLY 1
|
||||||
|
|||||||
Reference in New Issue
Block a user