mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python: fix bazel rule
This commit is contained in:
@@ -5,7 +5,7 @@ codeql_rust_binary(
|
|||||||
name = "tsg-python",
|
name = "tsg-python",
|
||||||
srcs = ["src/main.rs"],
|
srcs = ["src/main.rs"],
|
||||||
aliases = aliases(),
|
aliases = aliases(),
|
||||||
data = ["python.tsg"],
|
compile_data = ["python.tsg"],
|
||||||
proc_macro_deps = all_crate_deps(
|
proc_macro_deps = all_crate_deps(
|
||||||
proc_macro = True,
|
proc_macro = True,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user