Sign in
foss-fpga-tools
/
third_party
/
verible
/
851d3ff4de964bf5ac17b6578dfb2cecb5f89099
/
.
/
bazel
/
variables.bzl
blob: 077c58d804953068490cdcfc29d3dd081f52d36c [
file
] [
log
] [
blame
]
STATIC_EXECUTABLES_FEATURE
=
select
({
"//bazel:static_linked_executables"
:
[
"fully_static_link"
],
"//conditions:default"
:
[],
})