summaryrefslogtreecommitdiff
path: root/xmake/rules/nodejs
diff options
context:
space:
mode:
authorWu, Zhenyu <[email protected]>2025-01-14 23:07:44 +0800
committerWu, Zhenyu <[email protected]>2025-01-14 23:07:44 +0800
commitd6502e5a24de1bef47145d8f7f6233500fcf645a (patch)
tree43bf25d27ace5ca46fc46abb31ae89115ee6460d /xmake/rules/nodejs
parentc12998a152638a0e77bc2b48a7af72652202e952 (diff)
Remove unused import("devel.git") for rule nodejs.module
Diffstat (limited to 'xmake/rules/nodejs')
-rw-r--r--xmake/rules/nodejs/module/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/nodejs/module/xmake.lua b/xmake/rules/nodejs/module/xmake.lua
index aaa27160e..75c3ef032 100644
--- a/xmake/rules/nodejs/module/xmake.lua
+++ b/xmake/rules/nodejs/module/xmake.lua
@@ -34,7 +34,6 @@ rule("nodejs.module")
-- imports
import("core.cache.detectcache")
import("core.project.target", { alias = "project_target" })
- import("devel.git")
-- set kind
if target:is_plat("macosx") then