Skip to content

Commit

Permalink
fix #236
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 16, 2023
1 parent e95f652 commit cd96bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/check_interfaces.lua
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function _check_interfaces(target)
end

function main(target, opt)
if opt and opt.recheck then
if not opt or (opt and opt.recheck) then
_check_interfaces(target)
end
end

0 comments on commit cd96bc1

Please sign in to comment.