diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/bootstrap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/bootstrap.lua b/make/bootstrap.lua index f01646a0..5d05de7e 100644 --- a/make/bootstrap.lua +++ b/make/bootstrap.lua @@ -55,6 +55,7 @@ local root; do end
package.path = table.concat({
+ package.path,
root .. "/script/?.lua",
root .. "/script/?/init.lua",
}, ";"):gsub('/', package.config:sub(1,1))
|