Skip to content

Commit

Permalink
move config_h from hdrs to srcs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwieclaw committed Apr 3, 2023
1 parent 9a47006 commit 33ad9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/check.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ cc_library(
"src/check_print.c",
"src/check_run.c",
"src/check_str.c",
":config_h",
],
hdrs = [
"src/check_error.h",
Expand All @@ -151,7 +152,6 @@ cc_library(
"src/check_str.h",
":check_h",
":check_stdint_h",
":config_h",
],
include_prefix = ".",
includes = [
Expand Down

0 comments on commit 33ad9a5

Please sign in to comment.