Skip to content

Commit 33ad9a5

Browse files
committed
move config_h from hdrs to srcs
1 parent 9a47006 commit 33ad9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/check.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ cc_library(
139139
"src/check_print.c",
140140
"src/check_run.c",
141141
"src/check_str.c",
142+
":config_h",
142143
],
143144
hdrs = [
144145
"src/check_error.h",
@@ -151,7 +152,6 @@ cc_library(
151152
"src/check_str.h",
152153
":check_h",
153154
":check_stdint_h",
154-
":config_h",
155155
],
156156
include_prefix = ".",
157157
includes = [

0 commit comments

Comments
 (0)