diff options
| author | ruki <[email protected]> | 2023-10-16 23:34:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-16 23:34:02 +0800 |
| commit | af589ed7e8bbbabbe1fc33156d1161b319fd85b5 (patch) | |
| tree | 2559030f62bb2479cd5fc2e04c84026bb09032f1 | |
| parent | fa88425b39b9548aa7b2a4411c455349d02f84e3 (diff) | |
fix verilator with asan #4280
| -rw-r--r-- | xmake/toolchains/verilator/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/toolchains/verilator/xmake.lua b/xmake/toolchains/verilator/xmake.lua index 97eed1aab..59edcf6db 100644 --- a/xmake/toolchains/verilator/xmake.lua +++ b/xmake/toolchains/verilator/xmake.lua @@ -22,8 +22,6 @@ toolchain("verilator") set_homepage("https://verilator.org/") set_description("Verilator open-source SystemVerilog simulator and lint system") - set_kind("standalone") - on_check(function (toolchain) import("lib.detect.find_tool") local paths = {} |
