run: `set_path.tl` build -> src
This commit is contained in:
parent
e0f61e1699
commit
11d93536b9
|
@ -10,7 +10,7 @@ end
|
|||
|
||||
package.path = lua_module_paths("lua_modules/share/lua/" .. version)
|
||||
.. lua_module_paths "types"
|
||||
.. lua_module_paths "build/awesomewm.d.tl"
|
||||
.. lua_module_paths "src/awesomewm.d.tl"
|
||||
.. package.path
|
||||
|
||||
package.cpath = "lua_modules/lib/lua/" .. version .. "/?.so;" .. package.cpath
|
||||
|
|
Loading…
Reference in New Issue