diff options
| author | ruki <[email protected]> | 2023-02-21 23:21:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-21 23:21:48 +0800 |
| commit | d4a354d714f69c598945f91557f7a6eec2334161 (patch) | |
| tree | d9fab1e184b8b207648d6f11808ea6e1ffd68a7f /xmake/rules/c++/xmake.lua | |
| parent | b39a55d547a5c80298626cb46ff9e338d4729e10 (diff) | |
improve license checker
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index bc67941d9..19c943e77 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -52,9 +52,6 @@ rule("c++") -- strip self-target binary if `set_symbols("debug")` and `set_strip("all")` are enabled add_deps("utils.symbols.extract") - -- check licenses - add_deps("utils.check.licenses") - -- add platform rules add_deps("platform.wasm") add_deps("platform.windows") |
