commit | 839e954aaa72ef62f65416d177f829e681c15466 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 16:46:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 16:46:02 2016 +0200 |
tree | 366c3be1239c4112295f7f2db97a8be9ef4f0c46 | |
parent | 429fcfbf9a9275367fe9441a50a3dcd773497d84 [diff] [blame] |
patch 7.4.1733 Problem: "make install" doesn't know about cross-compiling. (Christian Neukirchen) Solution: Add CROSS_COMPILING. (closes #740)
diff --git a/src/version.c b/src/version.c index f1dbb61..873f21c 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1733, +/**/ 1732, /**/ 1731,