mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 23:38:52 +00:00
Use Label() to resolve repo name (#8493)
This makes sure it doesn't break users when they choose a different repo_name.
This commit is contained in:
@@ -68,7 +68,7 @@ sh_binary(
|
||||
name = "compile_flat_file",
|
||||
srcs = ["compile_flat_file.sh"],
|
||||
data = [
|
||||
"@com_github_google_flatbuffers//:flatc",
|
||||
"//:flatc",
|
||||
"@nodejs_linux_amd64//:node_bin",
|
||||
],
|
||||
# We just depend directly on the linux amd64 nodejs binary, so only support
|
||||
|
||||
Reference in New Issue
Block a user