Skip to content

fix intltool broken in win32 when run from source

ThunderEX requested to merge ThunderEX/meld:win_fix into master

This commit contains two small fix:

  1. currently if run from source, we are actually using libintl-8.dll so if cdll.intl not work fallback to cdll['libintl-8'],
  2. in higher Python version, variable locale_dir is actually an instance of pathlib.Path so we need to convert to string before pass to ctypes.

Merge request reports