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"):
6161 name = "fishhook" ,
6262 commit = "aadc161ac3b80db07a9908851839a17ba63a9eb1" ,
6363 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 ,
6565 remote = "https://github.com/facebook/fishhook" ,
6666 )
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(
42 name = "fishhook",
53 srcs = glob(["*.c"]),
64 hdrs = glob(["*.h"]),
75 strip_include_prefix = ".",
8- visibility = ["@//swift:__subpackages__ "],
6+ visibility = ["//visibility:public "],
97)
You can’t perform that action at this time.
0 commit comments