diff options
| author | ruki <[email protected]> | 2020-11-08 19:18:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-08 19:18:52 +0800 |
| commit | da3c6af9d6584593311313c2ced57c1a39fff5ae (patch) | |
| tree | 9226e6b74b8a7e7f1a68804e3c29d9f6b8f36cff /xmake/actions/require/install.lua | |
| parent | ea6afc015b3c3f391761ba13a03c966daedd6db4 (diff) | |
add license checking
Diffstat (limited to 'xmake/actions/require/install.lua')
| -rw-r--r-- | xmake/actions/require/install.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua index 75da17097..607f91fbc 100644 --- a/xmake/actions/require/install.lua +++ b/xmake/actions/require/install.lua @@ -63,8 +63,10 @@ function _register_required_package_libs(instance, requireinfo, is_deps) -- fetchinfo.license = nil - -- we need only root package version + -- we need only some infos for root package fetchinfo.version = nil + fetchinfo.static = nil + fetchinfo.shared = nil end requireinfo:add(fetchinfo) end |
