commit | 6840a0ffe8d27a8773a500ba17550cdf2ad12cbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 20:37:59 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 20:37:59 2021 +0000 |
tree | 4a6a52260c5f7a9a3915312bedf2bc619fe2d5f4 | |
parent | 80d60910ff493f7b8ea52156e4c7df7e70a348c6 [diff] [blame] |
patch 8.2.3800: when cross compiling the output of "uname" cannot be set Problem: When cross compiling the output of "uname" cannot be set. (Ben Reeves) Solution: Use cache variables. (closes #9338)
diff --git a/src/version.c b/src/version.c index 56d302e..c39adda 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3800, +/**/ 3799, /**/ 3798,