MSYS2-packages/vim/pretend-cygwin-msys.patch
2016-11-30 16:56:03 +01:00

14 lines
519 B
Diff

diff --git a/src/configure.ac b/src/configure.ac-patched
index ff1f482..b99c7e2 100644
--- a/src/configure.ac
+++ b/src/configure.ac-patched
@@ -618,6 +618,8 @@
fi
if test -f "${vi_cv_path_lua_pfx}/bin/cyglua-${vi_cv_version_lua}.dll"; then
vi_cv_dll_name_lua="cyglua-${vi_cv_version_lua}.dll"
+ elif test -f "${vi_cv_path_lua_pfx}/bin/msys-lua-${vi_cv_version_lua}.dll"; then
+ vi_cv_dll_name_lua="msys-lua-${vi_cv_version_lua}.dll"
else
if test "x$MACOSX" = "xyes"; then
ext="dylib"