Skip to content

Commit

Permalink
Updating dependency rules in .NET BUCK files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Sep 19, 2017
1 parent c569bcc commit c02a36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotnet/src/webdriver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ genrule(
'//cpp/prebuilt:noblur32',
'//cpp/prebuilt:noblur64'
],
cmd = 'echo "%SRCS%" > %OUT%',
bash = 'echo "$SRCS" > $OUT',
cmd_exe = 'echo "%SRCS%" > %OUT%',
out = 'deps.txt'
)
1 change: 1 addition & 0 deletions dotnet/src/webdriverbackedselenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ genrule(
'//javascript/selenium-atoms:isVisible',
'//javascript/selenium-atoms:type'
],
bash = 'echo "$SRCS" > $OUT',
cmd = 'echo "%SRCS%" > %OUT%',
out = 'deps.txt'
)

0 comments on commit c02a36b

Please sign in to comment.