From d6502e5a24de1bef47145d8f7f6233500fcf645a Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Tue, 14 Jan 2025 23:07:44 +0800 Subject: Remove unused import("devel.git") for rule nodejs.module --- xmake/rules/nodejs/module/xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake/rules/nodejs/module/xmake.lua') 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 -- cgit v1.3.1