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