Skip to content

Commit

Permalink
ELPP_OS_EMSCRIPTEN is not conditional for #define ELPP_OS_UNIX 1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Feb 13, 2020
1 parent ec94ce0 commit 33e7b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/easylogging++/easylogging++.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
# define ELPP_OS_DRAGONFLY 0
#endif
// Unix
#if ((ELPP_OS_LINUX || ELPP_OS_MAC || ELPP_OS_FREEBSD || ELPP_OS_NETBSD || ELPP_OS_SOLARIS || ELPP_OS_AIX || ELPP_OS_EMSCRIPTEN || ELPP_OS_DRAGONFLY || ELPP_OS_OPENBSD) && (!ELPP_OS_WINDOWS))
#if ((ELPP_OS_LINUX || ELPP_OS_MAC || ELPP_OS_FREEBSD || ELPP_OS_NETBSD || ELPP_OS_SOLARIS || ELPP_OS_AIX || ELPP_OS_DRAGONFLY || ELPP_OS_OPENBSD) && (!ELPP_OS_WINDOWS))
# define ELPP_OS_UNIX 1
#else
# define ELPP_OS_UNIX 0
Expand Down

0 comments on commit 33e7b98

Please sign in to comment.