diff options
-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" |