Skip to content

Commit a6183b2

Browse files
author
jiangxinglei
committed
fix redef bazel config
1 parent 8aee566 commit a6183b2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

core/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ cc_library(
111111
]) + [
112112
"//core/utility:random",
113113
"//core/utility:allocator",
114+
"//core/utility:fix_redef",
114115
],
115116
deps = [
116117
"//core/utility:file_io",

core/utility/BUILD

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ filegroup(
2323
visibility = ["//visibility:public"]
2424
)
2525

26+
filegroup(
27+
name = "fix_redef",
28+
srcs = [
29+
"fix_redef.h",
30+
],
31+
visibility = ["//visibility:public"]
32+
)
33+
2634
cc_library(
2735
name = "net_util",
2836
srcs = [

0 commit comments

Comments
 (0)