-
Update bazel WORKSPACE and BUILD files to work better on Windows. (#581) · 62a9d756Alex Strelnikov authored
Note, bazel only supports MSVC on Windows, and not MinGW, so linking against shlwapi.lib only needs to follow MSVC conventions. git_repository() did not work in local testing, so is swapped for http_archive(). The latter is also documented as the preferred way to depend on an external library in bazel.
62a9d756
×