From ea435289d6dd3431893a7d976bc33efe876711a9 Mon Sep 17 00:00:00 2001 From: Marcus Caisey Date: Fri, 7 Jun 2024 23:46:05 +0100 Subject: [PATCH] style: format third_party/lua/BUILD --- third_party/lua/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/lua/BUILD b/third_party/lua/BUILD index f4a3757..7eaf02b 100644 --- a/third_party/lua/BUILD +++ b/third_party/lua/BUILD @@ -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(