chore(set_paths): add teal types and build paths
This commit is contained in:
parent
78168ea163
commit
20752fbc41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue