Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim: only link to the perl DLL _dynamically_ #4058

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. vim: avoid linking to the perl DLL

    The major Perl version is encoded in the file name of the Perl DLL,
    which makes it much more desirable to link _dynamically_ to the DLL,
    i.e. on demand. Otherwise `vim.exe` would not even start unless Perl is
    installed, at the exact expected version.
    
    However, due to a bug, even `--enable-perlinterop=dynamic` would let
    `vim.exe` link to the Perl DLL, defeating the purpose of the `dynamic`
    part.
    
    This was fixed in the VIM project, via
    vim/vim@55460da26c27, and here is a backport
    to get this fix into MSYS2.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    95df210 View commit details
    Browse the repository at this point in the history