feat: add //lib:enable_runfiles config_setting (#807)

This commit is contained in:
Greg Magolan 2024-04-01 10:27:38 -04:00 committed by GitHub
parent f4f588f4ea
commit 41a9295f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ bool_flag(
build_setting_default = True if is_bzlmod_enabled() else False,
)
config_setting(
name = "enable_runfiles",
values = {"enable_runfiles": "true"},
)
toolchain_type(
name = "jq_toolchain_type",
)