Update BUILD

Without visibility public on the windows config build fails with Bazel version 4.2.2
pull/13171/head
Eli Schleifer 3 years ago committed by GitHub
parent ca2c9893e7
commit 231daa3141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -46,6 +46,7 @@ exports_files([
config_setting(
name = "windows",
constraint_values = ["@bazel_tools//platforms:windows"],
visibility = ["//visibility:public"],
)
upb_fasttable_enabled(

Loading…
Cancel
Save