From 6c655348340677facbb60d31d0d8e3283ae0ac5a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Jul 2019 21:35:06 +0300 Subject: Use __linux__ macro instead of __linux --- bbot/version.hxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/version.hxx.in') 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" -- cgit v1.1