forked from BigfootDev/flatbuffers
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"],
|
||||
)
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user