File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def protobuf_deps():
48
48
if not native .existing_rule ("zlib" ):
49
49
http_archive (
50
50
name = "zlib" ,
51
- build_file = "//:third_party/zlib.BUILD" ,
51
+ build_file = Label ( "//:third_party/zlib.BUILD" ) ,
52
52
sha256 = "d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98" ,
53
53
strip_prefix = "zlib-1.2.13" ,
54
54
urls = [
@@ -60,7 +60,7 @@ def protobuf_deps():
60
60
if not native .existing_rule ("jsoncpp" ):
61
61
http_archive (
62
62
name = "jsoncpp" ,
63
- build_file = "//:third_party/jsoncpp.BUILD" ,
63
+ build_file = Label ( "//:third_party/jsoncpp.BUILD" ) ,
64
64
sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999" ,
65
65
strip_prefix = "jsoncpp-1.9.4" ,
66
66
urls = ["https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.9.4.tar.gz" ],
You can’t perform that action at this time.
0 commit comments