[pango] ci: Try to make pango-view work on win32



commit 1e86bae3241691b65fc93c6fa651110b3c3c1964
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 16 14:51:06 2019 -0400

    ci: Try to make pango-view work on win32

 .gitlab-ci/render-msys2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index 37214e68..b34b754a 100644
--- a/.gitlab-ci/render-msys2.sh
+++ b/.gitlab-ci/render-msys2.sh
@@ -2,4 +2,4 @@
 
 set -e
 
-_build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt
+PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt


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