Skip to content

Commit c04fe10

Browse files
committed
ignore missing on_check toolchains
1 parent bfa9955 commit c04fe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/core/tool/toolchain.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ end
382382

383383
-- is checked?
384384
function _instance:_is_checked()
385-
return self:config("__checked") == true
385+
return self:config("__checked") == true or self:_on_check() == nil
386386
end
387387

388388
-- get the tool description from the tool kind

0 commit comments

Comments
 (0)