소스 검색

Change "python" to "python_headers" in comment (#6046)

Following the instructions as is does not work, the new_local_repository rule needs to be called "python_headers"
Seth Greenstein 6 년 전
부모
커밋
744e799bda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      util/python/BUILD

+ 1 - 1
util/python/BUILD

@@ -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(