commit | fa7bb1d937308a60280e070b01baba5342148ff7 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Oct 15 14:17:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 14:17:37 2022 +0100 |
tree | 9f007bfcb8451e9d8f3c99ea257a904849bd51d1 | |
parent | 13cdde39520220bb856cba16626327c706752b51 [diff] |
patch 9.0.0759: huge build on macos does not use Perl Problem: Huge build on macos does not use Perl. Solution: Re-enable the Perl interface using "dynamic". (closes #11375)
diff --git a/src/version.c b/src/version.c index b5dc88f..607c102 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 759, +/**/ 758, /**/ 757,