Skip to content

Commit

Permalink
[bazel] Fix BUILD after 2eb010d.
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg committed Mar 25, 2024
1 parent 2d7df31 commit cce18e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/third_party_build/pfm.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ cc_library(
"@platforms//os:linux": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
visibility = ["//visibility:private"],
visibility = ["//visibility:public"],
)

1 comment on commit cce18e4

@keith
Copy link
Member

@keith keith commented on cce18e4 Mar 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! sorry about that!

Please sign in to comment.