chore(set_paths): add teal types and build paths

This commit is contained in:
Aire-One 2022-09-03 19:21:45 +02:00
parent a839b29515
commit 8e8165534f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ local function lua_module_paths(module_base_path)
end
package.path = lua_module_paths("lua_modules/share/lua/" .. version)
.. lua_module_paths "src/awesomewm.d.tl"
.. lua_module_paths "types"
.. lua_module_paths "build/awesomewm.d.tl"
.. package.path
package.cpath = "lua_modules/lib/lua/" .. version .. "/?.so;" .. package.cpath