This commit is contained in:
Henner Zeller 2025-10-27 03:43:48 -04:00 committed by GitHub
commit 9aced72060
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( genrule(
name = "StaConfig", name = "StaConfig",
srcs = [], srcs = [],
outs = ["util/StaConfig.hh"], outs = ["include/sta/StaConfig.hh"],
cmd = """echo -e ' cmd = """echo -e '
#pragma once
#define STA_VERSION "2.7.0" #define STA_VERSION "2.7.0"
#define STA_GIT_SHA1 "f21d4a3878e2531e3af4930818d9b5968aad9416" #define STA_GIT_SHA1 "f21d4a3878e2531e3af4930818d9b5968aad9416"
#define SSTA 0 #define SSTA 0