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