Skip to content

Commit

Permalink
build-windows: Update for msys
Browse files Browse the repository at this point in the history
Building under msys2(https://msys2.github.io/) revealed a small bug while
defining the path separator.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
Alin Serdean authored and blp committed Apr 12, 2016
1 parent e4426e3 commit a7f22d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/absolute-header.m4
Expand Up @@ -68,7 +68,7 @@ AC_DEFUN([gl_ABSOLUTE_HEADER_ONE],
esac
changequote(,)
case "$host_os" in
mingw*)
(mingw*|msys*)
dnl For the sake of native Windows compilers (excluding gcc),
dnl treat backslash as a directory separator, like /.
dnl Actually, these compilers use a double-backslash as
Expand Down

0 comments on commit a7f22d7

Please sign in to comment.