On Fri, Feb 28, 2025 at 3:32 PM Frank Wagner <[email protected]> wrote: > > 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 <[email protected]>
Seems reasonable! Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
