[gimp/wip/Jehan/test-msys2-aalib] build: run with debug. Not a commit to be actually pushed.



commit cc547bc0d7e01943a60e8f46b3f1b6a3e7cb86a7
Author: Jehan <jehan girinstud io>
Date:   Tue Mar 29 16:27:42 2022 +0200

    build: run with debug. Not a commit to be actually pushed.

 build/windows/gitlab-ci/package-gimp-msys2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/windows/gitlab-ci/package-gimp-msys2.sh b/build/windows/gitlab-ci/package-gimp-msys2.sh
index 588b868b93..2258cb26e2 100644
--- a/build/windows/gitlab-ci/package-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/package-gimp-msys2.sh
@@ -207,7 +207,7 @@ for dll in ${GIMP_DISTRIB}/lib/gimp/2.99/modules/*.dll; do
   python3 build/windows/gitlab-ci/dll_link.py $dll ${GIMP_PREFIX}/ ${MSYS_PREFIX}/ ${GIMP_DISTRIB} 
--output-dll-list done-dll.list;
 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}/ ${MSYS_PREFIX}/ ${GIMP_DISTRIB} 
--output-dll-list done-dll.list;
+  python3 build/windows/gitlab-ci/dll_link.py $dll ${GIMP_PREFIX}/ ${MSYS_PREFIX}/ ${GIMP_DISTRIB} 
--debug=debug-run --output-dll-list done-dll.list;
 done
 
 # Libraries for GObject Introspection.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]