[gimp/wip/Jehan/test-msys2-aalib] Fix.



commit a3ca44a92b71ed9b8e37fa37518ec60cd8120184
Author: Jehan <jehan girinstud io>
Date:   Tue Mar 29 23:44:30 2022 +0200

    Fix.

 build/windows/gitlab-ci/dll_link.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/gitlab-ci/dll_link.py b/build/windows/gitlab-ci/dll_link.py
index bb7d5547dc..9eff0c9b7f 100755
--- a/build/windows/gitlab-ci/dll_link.py
+++ b/build/windows/gitlab-ci/dll_link.py
@@ -51,9 +51,9 @@ def main(binary, srcdirs, destdir, debug, dll_file):
   find_dependencies(os.path.abspath(binary), srcdirs)
   if debug in ['debug-only', 'debug-run']:
     if debug == 'debug-only':
-      print("Running in debug-only mode (no DLL moved) for '{}'".format(dll_file))
+      print("Running in debug-only mode (no DLL moved) for '{}'".format(binary))
     else:
-      print("Running with debug output for '{}'".format(dll_file))
+      print("Running with debug output for '{}'".format(binary))
 
     if len(dlls) > 0:
       sys.stdout.write("Needed DLLs:\n\t- ")


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