You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 swig/cccl#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>
0 commit comments