[gimp/wip/Jehan/fix-jpexl-deps] Add some debug output to dependency searching.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/fix-jpexl-deps] Add some debug output to dependency searching.
- Date: Mon, 4 Oct 2021 14:27:34 +0000 (UTC)
commit 4267d6f0db6af635ffd750f3f81374b7370d0e36
Author: Jehan <jehan girinstud io>
Date: Mon Oct 4 16:26:50 2021 +0200
Add some debug output to dependency searching.
build/windows/gitlab-ci/package-gimp-msys2.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/gitlab-ci/package-gimp-msys2.sh b/build/windows/gitlab-ci/package-gimp-msys2.sh
index 5bcf8db90f..2819dd3d4b 100644
--- a/build/windows/gitlab-ci/package-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/package-gimp-msys2.sh
@@ -223,8 +223,8 @@ for dll in ${GIMP_DISTRIB}/lib/gimp/2.99/modules/*.dll; do
python3 build/windows/gitlab-ci/dll_link.py $dll ${MSYS_PREFIX}/ ${GIMP_DISTRIB};
done
for dll in ${GIMP_DISTRIB}/lib/gimp/2.99/plug-ins/*/*.exe; do
- python3 build/windows/gitlab-ci/dll_link.py $dll ${GIMP_PREFIX}/ ${GIMP_DISTRIB};
- python3 build/windows/gitlab-ci/dll_link.py $dll ${MSYS_PREFIX}/ ${GIMP_DISTRIB};
+ python3 build/windows/gitlab-ci/dll_link.py --debug $dll ${GIMP_PREFIX}/ ${GIMP_DISTRIB};
+ python3 build/windows/gitlab-ci/dll_link.py --debug $dll ${MSYS_PREFIX}/ ${GIMP_DISTRIB};
done
# Libraries for GObject Introspection.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]