diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-06 18:31:13 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-06 18:32:06 +0100 |
| commit | 8929c381e0cd70ff804e7c52bb3efc134e056e78 (patch) | |
| tree | 57505d519dbb53c9ea45a8836cbcc63140bf0f28 /xmake/modules | |
| parent | 3266f5dda184c4d1b1d340ec9e21cc9f299fcb84 (diff) | |
implement target kind moduleonly
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/check/checkers/api/target/kind.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/check/checkers/api/target/kind.lua b/xmake/modules/private/check/checkers/api/target/kind.lua index 127f78ad5..5d716b129 100644 --- a/xmake/modules/private/check/checkers/api/target/kind.lua +++ b/xmake/modules/private/check/checkers/api/target/kind.lua @@ -23,5 +23,5 @@ import(".api_checker") function main(opt) opt = opt or {} - api_checker.check_targets("kind", table.join(opt, {values = {"object", "binary", "static", "shared", "headeronly", "phony"}})) + api_checker.check_targets("kind", table.join(opt, {values = {"object", "binary", "static", "shared", "headeronly", "moduleonly", "phony"}})) end |
