aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-05 21:35:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-05 21:35:06 +0300
commit6c655348340677facbb60d31d0d8e3283ae0ac5a (patch)
tree9831abb19c052af965f2ddd406ec6b89c1c7d5c5
parent6387e397d798ee6a9657fb2bf5a660298584d99f (diff)
Use __linux__ macro instead of __linux
-rw-r--r--bbot/version.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in
index 860b2da..bce8e2b 100644
--- a/bbot/version.hxx.in
+++ b/bbot/version.hxx.in
@@ -52,7 +52,7 @@ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$
# else
# define BBOT_OS "Windows"
# endif
-#elif defined(__linux)
+#elif defined(__linux__)
# define BBOT_OS "GNU/Linux"
#elif defined(__APPLE__)
# define BBOT_OS "MacOS"