Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Sep 30, 2024
1 parent 9260be0 commit a1c7cf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake/rules/iverilog/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ rule("iverilog.binary")
end)

on_linkcmd(function (target, batchcmds, opt)
import("core.project.project")
local toolchain = assert(target:toolchain("iverilog"), 'we need set_toolchains("iverilog") in target("%s")', target:name())
local iverilog = assert(toolchain:config("iverilog"), "iverilog not found!")

Expand Down

0 comments on commit a1c7cf2

Please sign in to comment.