[bazel] Explicitly disable pfm shared lib (#185542)
We don't consume this but it was getting built behind the scenes. This can matter if you use a custom toolchain that isn't compatible with producing this.
This commit is contained in:
parent
1fdc16bd42
commit
3b3f373035
@ -13,6 +13,9 @@ filegroup(
|
||||
make_variant(
|
||||
name = "pfm",
|
||||
copts = ["-w"],
|
||||
env = {
|
||||
"CONFIG_PFMLIB_SHARED": "n",
|
||||
},
|
||||
lib_name = "libpfm",
|
||||
lib_source = ":sources",
|
||||
target_compatible_with = select({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user