From 4a8b8fd9294cd697c406c250e24b0989d859eb42 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Sun, 23 Oct 2022 14:31:15 +0200 Subject: fix: Windows build: Remove build time package remnants Fixes #11234 --- win/_base.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win') diff --git a/win/_base.sh b/win/_base.sh index 4c4ec208d..dd21caaab 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -197,6 +197,7 @@ function cleanup_install { rm -Rf "${MINGW_ROOT}"/include rm -Rf "${MINGW_ROOT}"/var rm -Rf "${MINGW_ROOT}"/share/gtk-doc + rm -Rf "${MINGW_ROOT}"/share/xml/docbook rm -Rf "${MINGW_ROOT}"/share/zsh rm -Rf "${MINGW_ROOT}"/share/pixmaps rm -Rf "${MINGW_ROOT}"/share/gnome-shell @@ -228,12 +229,14 @@ function cleanup_install { rm -Rf "${MINGW_ROOT}"/share/bullet rm -Rf "${MINGW_ROOT}"/share/OGRE rm -Rf "${MINGW_ROOT}"/share/opencv4 + rm -Rf "${MINGW_ROOT}"/share/tessdata + rm -Rf "${MINGW_ROOT}"/share/vulkan find "${MINGW_ROOT}"/share/glib-2.0 -type f ! \ -name "*.compiled" -exec rm -f {} \; rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}".*/test - rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}"/dist-packages/Ogre + rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}".*/dist-packages/Ogre rm -Rf "${MINGW_ROOT}"/lib/cmake rm -Rf "${MINGW_ROOT}"/lib/gettext rm -Rf "${MINGW_ROOT}"/lib/gtk-3.0 -- cgit v1.2.3