2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00
ovs/build-aux
Frank Wagner a68887e1f1 windows: Fixed MSYS detection in CCCL.
Fixed a path mapping problem (slash replaced by path) with current msys versions.

cccl assumes that MACHTYPE contains "-msys" on msys and then configures slashes to
'-' to avoid path mapping problems with slashes. However, at least in the current
MSYS version, MACHTYPE reports as cygwin. A better way to detect MSYS is to use
the MSYSTEM variable.
I'm assuming that this check has been failing for a while, but not causing cccl
to fail, but in current MSYS versions the path mapping logic has changed.

See also https://github.com/swig/cccl/issues/20

Signed-off-by: Frank Wagner <frank.wagner@dbosoft.eu>
Acked-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
2025-03-08 11:35:34 +01:00
..
2025-03-08 11:35:34 +01:00