“b079577e08f8b5ce7f8aa1b67e2209418be7ebc6”上不存在“examples/aishell3/tts3/README.md”
提交 8d51d4af 编写于 作者: Y yejianwu

fix model build on host

上级 70a41900
......@@ -23,7 +23,8 @@ genrule(
":libmodels",
],
outs = ["libgenerated_models.a"],
cmd = "$(STRIP) -x $(SRCS) -o $@",
cmd = "binary=`echo $(locations :libmodels) | xargs -n 1 | grep libmodels.a`;" +
"$(STRIP) -x $$binary -o $@",
visibility = ["//visibility:public"],
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册