build/windows: Avoid bundling build-time libLLVM*.dll
That shared library is giant and not needed at runtime.
This commit is contained in:
parent
a2e19a8411
commit
0c6711a646
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue