mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Rename tsg-build target to tsp-build
The latter makes more sense, as it's actually building `tree-sitter-python`.
This commit is contained in:
@@ -7,7 +7,7 @@ package(default_visibility = ["//visibility:public"])
|
||||
# This will run the build script from the root of the workspace, and
|
||||
# collect the outputs.
|
||||
cargo_build_script(
|
||||
name = "tsg-build",
|
||||
name = "tsp-build",
|
||||
srcs = ["bindings/rust/build.rs"],
|
||||
data = glob([
|
||||
"src/**",
|
||||
@@ -32,7 +32,7 @@ rust_library(
|
||||
proc_macro_deps = all_crate_deps(
|
||||
proc_macro = True,
|
||||
),
|
||||
deps = [":tsg-build"] + all_crate_deps(
|
||||
deps = [":tsp-build"] + all_crate_deps(
|
||||
normal = True,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user