소스 검색

Merge pull request #2692 from cgrushko/patch-3

Update load() statement to latest style
Feng Xiao 8 년 전
부모
커밋
e844510f44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BUILD

+ 1 - 1
BUILD

@@ -31,7 +31,7 @@ LINK_OPTS = select({
 })
 
 load(
-    "protobuf",
+    ":protobuf.bzl",
     "cc_proto_library",
     "py_proto_library",
     "internal_copied_filegroup",