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
cc_configure.bzl performs a call to cygpath -m /, which only works if bazel runs under MSYS. This will not work when we cut the MSYS dependency (#2107).
The text was updated successfully, but these errors were encountered:
cc_configure.bzl
performs a call tocygpath -m /
, which only works if bazel runs under MSYS. This will not work when we cut the MSYS dependency (#2107).The text was updated successfully, but these errors were encountered: