[Libreoffice-commits] .: source_soenv.sh

Jesús Corrius jcorrius at kemper.freedesktop.org
Sun Jul 24 13:31:18 PDT 2011


 source_soenv.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 015b64f67abc7f55e56cfd3ea120e3916141fa24
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Sun Jul 24 22:30:28 2011 +0200

    Use the right *Env.Set.sh for normal Windows build

diff --git a/source_soenv.sh b/source_soenv.sh
old mode 100644
new mode 100755
index f423a58..30ccf5c
--- a/source_soenv.sh
+++ b/source_soenv.sh
@@ -109,7 +109,7 @@ else
             . ./MacOSXPPCEnv.Set.sh
         ;;
         *-cygwin*)
-            . ./winenv.set.sh || . ./winmingw.set.sh
+            . ./WindowsMSVCEnv.Set.sh || . ./WindowsMinGWEnv.Set.sh
         ;;
         *)
             echo "$me: error: unknown *Env.Set.sh for: ${config_guess_result}"


More information about the Libreoffice-commits mailing list