提交 1bfe153a 编写于 作者: O Olivia 提交者: Shanqing Cai

Update build file to fix #2703

上级 28bbaee3
......@@ -15,6 +15,7 @@ genrule(
name = "python_check",
srcs = [
"python_config.sh",
"configure_files"
],
outs = [
"python_checked",
......@@ -22,3 +23,10 @@ genrule(
cmd = "OUTPUTDIR=\"$(@D)/\"; $(location :python_config.sh) --check && touch $$OUTPUTDIR/python_checked",
local = 1,
)
filegroup(
name = "configure_files",
data = glob([
"*",
])
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册