File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,11 @@ apple_support_dependencies()
37
37
# ========================================================================================
38
38
# Simple dependencies
39
39
40
- http_archive (
40
+ git_repository (
41
41
name = "capnp-cpp" ,
42
- sha256 = "bed3c01caad985c91b58c8123cedfe46c4135d1698303d89c89bc49d3deb3697" ,
43
- strip_prefix = "capnproto-capnproto-6480280/c++" ,
44
- type = "tgz" ,
45
- urls = ["https://github.com/capnproto/capnproto/tarball/64802802df1d7780625eeb07b71d249fe49fb68d" ],
42
+ commit = "ef32386a1405df18c9bfe576cbf1332ed990935c" ,
43
+ remote = "https://github.com/escrin/capnproto" ,
44
+ strip_prefix = "c++" ,
46
45
)
47
46
48
47
http_archive (
@@ -258,9 +257,8 @@ cc_library(
258
257
copts = [
259
258
"-w",
260
259
"-Dverbose=-1",
260
+ "-Wno-implicit-function-declaration",
261
261
] + select({
262
- "@platforms//os:linux": [ "-Wno-implicit-function-declaration" ],
263
- "@platforms//os:macos": [ "-Wno-implicit-function-declaration" ],
264
262
"//conditions:default": [],
265
263
}),
266
264
visibility = ["//visibility:public"],
You can’t perform that action at this time.
0 commit comments