diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-05 21:33:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-05 21:33:59 +0300 |
commit | c6baccd931d3f953410fdded9eade98be7bf3523 (patch) | |
tree | c12dd64a32e229e48462fc65d23566fa21e7bb15 | |
parent | 5344a28b0d57fc67b182baea000adb220b89ab78 (diff) |
Use __linux__ macro instead of __linux
-rw-r--r-- | bdep/version.hxx.in | 2 |
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" |