summaryrefslogtreecommitdiff
path: root/xmake/core/base/task.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-10 23:50:31 +0800
committerruki <[email protected]>2026-08-10 23:50:31 +0800
commit06a00d75a9574bba124877432553e5cc61f0ba99 (patch)
treeb29ce50c111c75c1f43c2565551bf248903c64bd /xmake/core/base/task.lua
parent53d964ac4a87726a9c563550de9325379ae15f85 (diff)
remove unused XMAKE_PLUGIN_DIRS
Diffstat (limited to 'xmake/core/base/task.lua')
-rw-r--r--xmake/core/base/task.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index eeb2dd8f2..2c8330859 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -95,11 +95,6 @@ function task._directories()
-- so we do not need to scan the whole addons directory on startup
--
table.join2(dirs, addon.payloads("plugins"))
-
- local plugindirs = os.getenv("XMAKE_PLUGIN_DIRS")
- if plugindirs then
- table.insert(dirs, 1, plugindirs)
- end
task._DIRECTORIES = dirs
end
return dirs