aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-05 21:33:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-05 21:33:59 +0300
commitc6baccd931d3f953410fdded9eade98be7bf3523 (patch)
treec12dd64a32e229e48462fc65d23566fa21e7bb15
parent5344a28b0d57fc67b182baea000adb220b89ab78 (diff)
Use __linux__ macro instead of __linux
-rw-r--r--bdep/version.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/version.hxx.in b/bdep/version.hxx.in
index b72e879..086f821 100644
--- a/bdep/version.hxx.in
+++ b/bdep/version.hxx.in
@@ -60,7 +60,7 @@ $libodb_sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$
# else
# define BDEP_OS "Windows"
# endif
-#elif defined(__linux)
+#elif defined(__linux__)
# define BDEP_OS "GNU/Linux"
#elif defined(__APPLE__)
# define BDEP_OS "MacOS"