From 33ad9a58f523ebbdf27eaa73aa7c758b45e1537e Mon Sep 17 00:00:00 2001 From: wwieclaw Date: Mon, 3 Apr 2023 19:22:27 +0200 Subject: [PATCH] move config_h from hdrs to srcs --- third_party/check.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/check.BUILD b/third_party/check.BUILD index 3d8b8f0..6f2e27a 100644 --- a/third_party/check.BUILD +++ b/third_party/check.BUILD @@ -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", @@ -151,7 +152,6 @@ cc_library( "src/check_str.h", ":check_h", ":check_stdint_h", - ":config_h", ], include_prefix = ".", includes = [