diff --git a/build/windows/2_bundle-gimp-uni_sym.py b/build/windows/2_bundle-gimp-uni_sym.py index 0ab961ae0a..2acc11447b 100644 --- a/build/windows/2_bundle-gimp-uni_sym.py +++ b/build/windows/2_bundle-gimp-uni_sym.py @@ -3,6 +3,9 @@ import os import shutil import fnmatch +# This .py script should not even exist +# Ideally meson should take care of it automatically. +# See: https://github.com/mesonbuild/meson/issues/12977 for build_root, _, build_bins in os.walk(os.getenv("MESON_BUILD_ROOT")): for file in build_bins: if fnmatch.fnmatch(file, '*.dll') or fnmatch.fnmatch(file, '*.exe'):