diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-10-25 15:36:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-10-26 07:27:36 +0100 |
commit | 4afe501d99b476292cf8bf3ed15a7e4c4894ad9d (patch) | |
tree | b29876b2e96ce58e383d4015f65c66ec1655ac61 /configure.ac | |
parent | c13fd446d1e095c19e8511d1bd176edc152f2499 (diff) |
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 <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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"` |