diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-22 14:17:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
commit | e31ed7ee6be8430272947caf84c41595a3030f5c (patch) | |
tree | 397956cb0d26c6ce339520a9523880103bf61700 | |
parent | de878a8c3ea9da605ab901c99232cf695c765091 (diff) | |
download | luarocks-e31ed7ee6be8430272947caf84c41595a3030f5c.tar.gz luarocks-e31ed7ee6be8430272947caf84c41595a3030f5c.tar.bz2 luarocks-e31ed7ee6be8430272947caf84c41595a3030f5c.zip |
Add tlconfig.lua
-rw-r--r-- | tlconfig.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tlconfig.lua b/tlconfig.lua new file mode 100644 index 00000000..342d167b --- /dev/null +++ b/tlconfig.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | build_dir = "build", | ||
3 | source_dir = "src", | ||
4 | include_dir = { "src", "types" }, | ||
5 | gen_target = "5.1", | ||
6 | } | ||