From 6e37350994181e95bbcd39e17b9da7b87e735bda Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Fri, 24 Oct 2025 10:10:56 -0700 Subject: [PATCH] Use same location for StaConfig.hh output as in cmake. CMakeLists.txt:393 puts the output in include/sta/StaConfig.hh; do the same for bazel. Signed-off-by: Henner Zeller --- BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 0942cb7e..33f8e63b 100644 --- a/BUILD +++ b/BUILD @@ -177,8 +177,9 @@ tcl_encode_sta( genrule( name = "StaConfig", srcs = [], - outs = ["util/StaConfig.hh"], + outs = ["include/sta/StaConfig.hh"], cmd = """echo -e ' + #pragma once #define STA_VERSION "2.7.0" #define STA_GIT_SHA1 "f21d4a3878e2531e3af4930818d9b5968aad9416" #define SSTA 0