mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: fix internal builds
This commit is contained in:
@@ -61,6 +61,6 @@ def codeql_workspace(repository_name = "codeql"):
|
||||
name = "fishhook",
|
||||
commit = "aadc161ac3b80db07a9908851839a17ba63a9eb1",
|
||||
shallow_since = "1634071885 -0400",
|
||||
build_file = "//swift/tools/fishhook:BUILD.fishhook.bazel",
|
||||
build_file = "@%s//swift/tools/fishhook:BUILD.fishhook.bazel" % repository_name,
|
||||
remote = "https://github.com/facebook/fishhook",
|
||||
)
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
load("@//swift:rules.bzl", "swift_cc_library")
|
||||
|
||||
swift_cc_library(
|
||||
cc_library(
|
||||
name = "fishhook",
|
||||
srcs = glob(["*.c"]),
|
||||
hdrs = glob(["*.h"]),
|
||||
strip_include_prefix = ".",
|
||||
visibility = ["@//swift:__subpackages__"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user