pidgin/pidgin

Fix name of DLL loaded on Windows.

2019-10-30, Elliott Sales de Andrade
ff90f032afe4
Parents 5bd53ccdca70
Children 5f6a8bcd216d
Fix name of DLL loaded on Windows.
  • +1 -1
    meson.build
  • --- a/meson.build Wed Oct 30 21:20:33 2019 -0400
    +++ b/meson.build Wed Oct 30 21:58:52 2019 -0400
    @@ -94,7 +94,7 @@
    conf.set('WIN32_LEAN_AND_MEAN', true)
    conf.set('LIBPIDGIN_DLL_NAMEW',
    - 'L"libpidgin-@0@.dll"'.format(purple_soversion))
    + 'L"libpidgin3-@0@.dll"'.format(purple_soversion))
    else
    IS_WIN32 = false
    ws2_32 = []