Skip to content

Commit

Permalink
ignore missing on_check toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 14, 2024
1 parent 67bf4bf commit e503f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/tool/toolchain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ end

-- is checked?
function _instance:_is_checked()
return self:config("__checked") == true
return self:config("__checked") == true or self:_on_check() == nil
end

-- get the tool description from the tool kind
Expand Down

0 comments on commit e503f3c

Please sign in to comment.