Merge pull request #281 from hzeller/feature-20251024-cfg-dest

Use same location for StaConfig.hh output as in cmake.
This commit is contained in:
Matt Liberty 2026-02-25 19:42:38 +00:00 committed by GitHub
commit 2d7fc5c82b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
BUILD
View File

@ -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