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