Kaydet (Commit) 44d470c7 authored tarafından Andras Timar's avatar Andras Timar

fdo#47584 add yet another MinGW dll filename pattern

üst 82850c93
......@@ -61,6 +61,10 @@ if test -n "$WITH_MINGW"; then
if test "$_libo_mingw_dllname" = ""; then
_libo_mingw_try_dll([$2][-?.?.dll])
fi
dnl maybe the version contains a dash (e.g., libpixman)
if test "$_libo_mingw_dllname" = ""; then
_libo_mingw_try_dll([$2][-?-?.dll])
fi
dnl maybe it is not versioned
if test "$_libo_mingw_dllname" = ""; then
_libo_mingw_try_dll([$2][.dll])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment