diff options
| author | Wu, Zhenyu <[email protected]> | 2025-01-14 23:07:44 +0800 |
|---|---|---|
| committer | Wu, Zhenyu <[email protected]> | 2025-01-14 23:07:44 +0800 |
| commit | d6502e5a24de1bef47145d8f7f6233500fcf645a (patch) | |
| tree | 43bf25d27ace5ca46fc46abb31ae89115ee6460d /xmake/rules/nodejs/module/xmake.lua | |
| parent | c12998a152638a0e77bc2b48a7af72652202e952 (diff) | |
Remove unused import("devel.git") for rule nodejs.module
Diffstat (limited to 'xmake/rules/nodejs/module/xmake.lua')
| -rw-r--r-- | xmake/rules/nodejs/module/xmake.lua | 1 |
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 |
