mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 10:21:48 +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:
@@ -69,7 +69,7 @@ def flatbuffer_ts_library(
|
||||
reflection_name = reflection_name,
|
||||
reflection_visibility = visibility,
|
||||
target_compatible_with = target_compatible_with,
|
||||
flatc_path = "@com_github_google_flatbuffers//ts:compile_flat_file",
|
||||
flatc_path = Label("//ts:compile_flat_file"),
|
||||
toolchains = ["@aspect_rules_esbuild//esbuild:resolved_toolchain"],
|
||||
tools = ["@aspect_rules_esbuild//esbuild:resolved_toolchain"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user