Merge 6e37350994 into 254d090582
This commit is contained in:
commit
9aced72060
3
BUILD
3
BUILD
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue