mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
build-windows: Update for msys
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>
This commit is contained in:
parent
e4426e3457
commit
a7f22d7b64
@ -68,7 +68,7 @@ AC_DEFUN([gl_ABSOLUTE_HEADER_ONE],
|
|||||||
esac
|
esac
|
||||||
changequote(,)
|
changequote(,)
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
mingw*)
|
(mingw*|msys*)
|
||||||
dnl For the sake of native Windows compilers (excluding gcc),
|
dnl For the sake of native Windows compilers (excluding gcc),
|
||||||
dnl treat backslash as a directory separator, like /.
|
dnl treat backslash as a directory separator, like /.
|
||||||
dnl Actually, these compilers use a double-backslash as
|
dnl Actually, these compilers use a double-backslash as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user