configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4afe501d99b476292cf8bf3ed15a7e4c4894ad9d
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Sun Oct 25 15:36:13 2020 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Oct 26 07:27:36 2020 +0100

    Use consistent slashes in the INCLUDE variable
    
    Change-Id: I9b68eeca92b9ee5722884384a740bfac85a26bed
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104784
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 538112160235..31ec94fb9856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3967,7 +3967,7 @@ if test "$_os" = "WINNT"; then
         # Remove /cl.exe from CC case insensitive
         AC_MSG_NOTICE([found Visual C++ $vcyear])
 
-        export INCLUDE=`cygpath -d "$COMPATH\Include"`
+        export INCLUDE=`cygpath -d "$COMPATH/Include"`
 
         PathFormat "$COMPATH"
         COMPATH=`win_short_path_for_make "$formatted_path"`
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to