commit | d094e580b0873d67c2d30f60c9fd43c9a0044149 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sun Oct 16 14:53:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 14:53:34 2022 +0100 |
tree | 7a4648c41d4fae5df6e460771017a76d736836f4 | |
parent | 501e77766cd30d8f4bfeb04a67aff1865b5f5a41 [diff] |
patch 9.0.0773: huge build on macos uses dynamic Perl Problem: Huge build on macos uses dynamic Perl. Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
diff --git a/src/version.c b/src/version.c index a035b03..79e1b8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 773, +/**/ 772, /**/ 771,