0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Philip H
2022-10-16 14:53:34 +01:00
committed by Bram Moolenaar
parent 501e77766c
commit d094e580b0
2 changed files with 4 additions and 2 deletions

View File

@@ -304,6 +304,7 @@ jobs:
run: | run: |
brew install lua brew install lua
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
brew uninstall perl
- name: Set up environment - name: Set up environment
run: | run: |
@@ -317,8 +318,7 @@ jobs:
normal) normal)
;; ;;
huge) huge)
# Use "dynamic" for Perl otherwise it fails. echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;; ;;
esac esac
) >> $GITHUB_ENV ) >> $GITHUB_ENV

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
773,
/**/ /**/
772, 772,
/**/ /**/