From 34239be5f98e6c3ab179e901ac03ad936e790601 Mon Sep 17 00:00:00 2001
From: "Koenig, Joerg" <Joerg.Koenig@techsat.com>
Date: Wed, 10 Jun 2020 10:29:17 +0200
Subject: Use local installation of msys

Change-Id: I15cd3b3224eb1b17834d8ccce38f4b87de425427
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a2d662a..b370f6b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ stage('Build') {
                             WS=$(cygpath $WORKSPACE)
                             cp -Rvf /c/dev-tools/gcc-suite/1.7.0/x86-mingw64/gcc $WS/
                             cp $WS/gcc/bin/make.exe $WS/gcc/bin/mingw32-make.exe
-                            export PATH=$WS/gcc/bin:/c/dev-tools/msys/x86/usr/bin:$PATH
+                            export PATH=$WS/gcc/bin:/c/msys/x86/usr/bin:$PATH
                             export PATH=/c/dev-tools/Python/2.7/x86-windows:$PATH
                             export CC=$WS/gcc/bin/gcc 
                             export CXX=$WS/gcc/bin/g++ 
@@ -77,7 +77,7 @@ stage('Build') {
                             WS=$(cygpath $WORKSPACE)
                             cp -Rvf /c/dev-tools/gcc-suite/1.7.0/x86-mingw64/gcc $WS/
                             cp $WS/gcc/bin/make.exe $WS/gcc/bin/mingw32-make.exe
-                            export PATH=$WS/gcc/bin:/c/dev-tools/msys/x86/usr/bin:$PATH
+                            export PATH=$WS/gcc/bin:/c/msys/x86/usr/bin:$PATH
                             export PATH=/c/dev-tools/Python/2.7/x86-windows:$PATH
                             export CC=$WS/gcc/bin/gcc 
                             export CXX=$WS/gcc/bin/g++ 
-- 
cgit v0.12