diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-05 21:35:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-05 21:35:06 +0300 |
commit | 6c655348340677facbb60d31d0d8e3283ae0ac5a (patch) | |
tree | 9831abb19c052af965f2ddd406ec6b89c1c7d5c5 | |
parent | 6387e397d798ee6a9657fb2bf5a660298584d99f (diff) |
Use __linux__ macro instead of __linux
-rw-r--r-- | bbot/version.hxx.in | 2 |
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" |