[gimp/wip/Jehan/fix-jpexl-deps] Revert "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] Revert "Add some debug output to dependency searching."
- Date: Mon, 4 Oct 2021 22:16:30 +0000 (UTC)
commit 294aee4e7abc5e3d2024d8a2375b5d710930beac
Author: Jehan <jehan girinstud io>
Date: Tue Oct 5 00:16:23 2021 +0200
Revert "Add some debug output to dependency searching."
This reverts commit 4267d6f0db6af635ffd750f3f81374b7370d0e36.
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 0d9dd4220b..d06a86a22c 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 --debug $dll ${GIMP_PREFIX}/ ${GIMP_DISTRIB};
- python3 build/windows/gitlab-ci/dll_link.py --debug $dll ${MSYS_PREFIX}/ ${GIMP_DISTRIB};
+ 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};
done
# Libraries for GObject Introspection.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]