Skip to content

Commit

Permalink
Change "python" to "python_headers" in comment (protocolbuffers#6046)
Browse files Browse the repository at this point in the history
Following the instructions as is does not work, the new_local_repository rule needs to be called "python_headers"
  • Loading branch information
sgreenstein authored and anandolee committed Jul 15, 2019
1 parent a74c43b commit 744e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# includes the following local_repository rule that points to this directory:
#
# new_local_repository(
# name = "python",
# name = "python_headers",
# path = __workspace_dir__ + "/util/python",
# )
cc_library(
Expand Down

0 comments on commit 744e799

Please sign in to comment.