summaryrefslogtreecommitdiff
path: root/xmake/modules/private/check/checker.lua
diff options
context:
space:
mode:
authorShifftC <[email protected]>2025-09-24 11:05:41 +0200
committerShifftC <[email protected]>2025-09-29 11:24:56 +0200
commit4d0f2e29c75179d2efd4f5536821f8212556411c (patch)
tree7200b0f2d17cd7494db3935de9a8d0e5012f5632 /xmake/modules/private/check/checker.lua
parent6d7e810e07d1ec1d86c829fdd3cd7b73a27dde79 (diff)
add package kind api checker
Diffstat (limited to 'xmake/modules/private/check/checker.lua')
-rw-r--r--xmake/modules/private/check/checker.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/check/checker.lua b/xmake/modules/private/check/checker.lua
index 8080b608d..923c35809 100644
--- a/xmake/modules/private/check/checker.lua
+++ b/xmake/modules/private/check/checker.lua
@@ -26,6 +26,8 @@ function checkers()
local checkers = _g._CHECKERS
if not checkers then
checkers = {
+ -- package api checkers
+ ["api.package.kind"] = {description = "Check kind configuration in package.", load = true},
-- target api checkers
["api.target.version"] = {description = "Check version configuration in target."},
["api.target.kind"] = {description = "Check kind configuration in target.", build = true},