build/windows: Avoid bundling build-time libLLVM*.dll

That shared library is giant and not needed at runtime.
This commit is contained in:
Bruno Lopes 2026-03-22 20:57:13 -03:00
parent a2e19a8411
commit 0c6711a646

View file

@ -187,6 +187,8 @@ bundle(MSYSTEM_PREFIX, "bin/python.exe")
bundle(MSYSTEM_PREFIX, "bin/pythonw.exe")
bundle(MSYSTEM_PREFIX, "lib/python*")
clean(GIMP_DISTRIB, "lib/python*/*.pyc")
#####avoid lib_bundle.py bundling build-time libLLVM*.dll which is giant
clean(GIMP_DISTRIB, "lib/python*/site-packages/lldb*")
#####Needed for internet connection on python. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/14722
bundle(MSYSTEM_PREFIX, "etc/ssl/cert.pem")
#### FIXME: luajit crashes at startup: See: https://gitlab.gnome.org/GNOME/gimp/-/issues/11597