1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-15 02:28:50 +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
+1 -1
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