Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bazel 3.3.0 #67

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

carloscdias
Copy link

In its current state, the repository does not build with the latest version of bazel (3.3.0) nor can be included as a dependency.
Error shown below:
Building the project
Captura de Tela 2020-06-28 às 17 24 01
As a dependency
Captura de Tela 2020-06-28 às 18 11 01

This PR fix the syntax in repositories.bzl and WORKSPACE to make it buildable. It also adds the conditional include and use of winsocket for _WIN32 platforms so the project is also buildable in other platforms (currently tested in MacOS Catalina).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants