mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Bazel: code reorganization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
load("@utils//:paths.bzl", "source_dir")
|
||||
load("@utils//:source_dir.bzl", "current_source_dir")
|
||||
load("@rules_pkg//:install.bzl", "pkg_install")
|
||||
|
||||
pkg_install(
|
||||
@@ -6,6 +6,6 @@ pkg_install(
|
||||
srcs = ["//swift:extractor-pack"],
|
||||
args = [
|
||||
"--destdir",
|
||||
source_dir() + "/../extractor_pack",
|
||||
current_source_dir() + "/../extractor_pack",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user