Skip to content

Commit

Permalink
Merge pull request #2981 from caisq/r0.9-3
Browse files Browse the repository at this point in the history
Update build file to fix #2703
  • Loading branch information
martinwicke committed Jun 21, 2016
2 parents 28bbaee + 1bfe153 commit 25023df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions util/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@ genrule(
name = "python_check",
srcs = [
"python_config.sh",
"configure_files"
],
outs = [
"python_checked",
],
cmd = "OUTPUTDIR=\"$(@D)/\"; $(location :python_config.sh) --check && touch $$OUTPUTDIR/python_checked",
local = 1,
)

filegroup(
name = "configure_files",
data = glob([
"*",
])
)

0 comments on commit 25023df

Please sign in to comment.