Skip to content

Commit

Permalink
Merge pull request #6081 from Freed-Wu/nodejs
Browse files Browse the repository at this point in the history
Remove unused import("devel.git") for rule nodejs.module
  • Loading branch information
waruqi authored Jan 14, 2025
2 parents c12998a + d6502e5 commit 58c00fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake/rules/nodejs/module/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58c00fc

Please sign in to comment.