[gimp/wip/Jehan/fix-jpexl-deps] Oups!



commit c9d7d413b9480ee45418d55fa9c1fce05581696c
Author: Jehan <jehan girinstud io>
Date:   Mon Oct 4 18:18:23 2021 +0200

    Oups!

 build/windows/gitlab-ci/dll_link.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/build/windows/gitlab-ci/dll_link.py b/build/windows/gitlab-ci/dll_link.py
index 6614d3f7fd..8902ce48a8 100755
--- a/build/windows/gitlab-ci/dll_link.py
+++ b/build/windows/gitlab-ci/dll_link.py
@@ -68,6 +68,7 @@ def find_dependencies(obj, srcdirs):
   if not os.path.isabs(obj):
     for srcdir in srcdirs:
       abs_dll = os.path.join(srcdir, bindir, obj)
+      abs_dll = os.path.abspath(abs_dll)
       if find_dependencies(abs_dll, srcdirs):
         dlls.add(abs_dll)
         return True


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