mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 17:48:55 +00:00
Fix --incompatible_load_cc_rules_from_bzl (#5683)
Incompatible flag --incompatible_load_cc_rules_from_bzl will break FlatBuffers once Bazel 1.2.1 is released. Fixes #5671
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
04c17c7a76
commit
b4154405d1
@@ -1,3 +1,5 @@
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user