mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +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:
parent
04c17c7a76
commit
b4154405d1
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package(
|
||||
default_visibility = ["//visibility:private"],
|
||||
)
|
||||
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
# Test binary.
|
||||
cc_test(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue