File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ def codeql_workspace(repository_name = "codeql"):
61
61
name = "fishhook" ,
62
62
commit = "aadc161ac3b80db07a9908851839a17ba63a9eb1" ,
63
63
shallow_since = "1634071885 -0400" ,
64
- build_file = "//swift/tools/fishhook:BUILD.fishhook.bazel" ,
64
+ build_file = "@%s //swift/tools/fishhook:BUILD.fishhook.bazel" % repository_name ,
65
65
remote = "https://github.com/facebook/fishhook" ,
66
66
)
Original file line number Diff line number Diff line change 1
- load("@//swift:rules.bzl", "swift_cc_library")
2
-
3
- swift_cc_library(
1
+ cc_library(
4
2
name = "fishhook",
5
3
srcs = glob(["*.c"]),
6
4
hdrs = glob(["*.h"]),
7
5
strip_include_prefix = ".",
8
- visibility = ["@//swift:__subpackages__ "],
6
+ visibility = ["//visibility:public "],
9
7
)
You can’t perform that action at this time.
0 commit comments