1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-17 13:19:48 +00:00

fixed: _ZL_EXCLUDE_DIRS doesn't work

This commit is contained in:
skywind3000
2019-02-12 19:30:04 +08:00
parent b2a83f4c61
commit c0fe0ab340

2
z.lua
View File

@@ -1683,7 +1683,7 @@ function z_init()
if windows then
name = os.path.norm(name)
end
Z_EXCLUDE[name] = 1
table.insert(Z_EXCLUDE, name)
end
end
if _zl_cmd ~= nil then