Skip to content

Commit cce18e4

Browse files
authored
[bazel] Fix BUILD after 2eb010d.
1 parent 2d7df31 commit cce18e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/third_party_build/pfm.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ cc_library(
3535
"@platforms//os:linux": [],
3636
"//conditions:default": ["@platforms//:incompatible"],
3737
}),
38-
visibility = ["//visibility:private"],
38+
visibility = ["//visibility:public"],
3939
)

0 commit comments

Comments
 (0)