Sfoglia il codice sorgente

Merge pull request #2692 from cgrushko/patch-3

Update load() statement to latest style
Feng Xiao 8 anni fa
parent
commit
e844510f44
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",