Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuscaisey committed Jun 8, 2024
1 parent 8624215 commit c906f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/lua/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def luarocks_package(name:str, package:str=None, version:str, deps:list=[], visi
cmd = [
f"$TOOL --tree=tree install --deps-mode=none {package} {version}",
"mkdir _out",
"echo tree/share/lua/*/",
"exit 1",
"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",
],
Expand Down

0 comments on commit c906f8e

Please sign in to comment.