Skip to content

Commit

Permalink
style: format third_party/lua/BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuscaisey committed Jun 7, 2024
1 parent 19fe1b1 commit ea43528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/lua/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ def luarocks_package(name:str, package:str=None, version:str, deps:list=[], visi
"if [ -d tree/share/lua ]; then cp -r tree/share/lua/*/ _out; fi",
"if [ -d tree/lib/lua ]; then cp -r tree/lib/lua/*/ _out; fi",
],
exported_deps = deps,
output_dirs = ["_out"],
sandbox = False,
tools = [":luarocks|luarocks"],
visibility = visibility,
exported_deps = deps,
)

luarocks_package(
Expand Down

0 comments on commit ea43528

Please sign in to comment.