diff options
| author | ruki <[email protected]> | 2018-11-27 00:43:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-26 22:20:36 +0800 |
| commit | b01f8aea133afbd401ee93b694f32828cc4a4f0c (patch) | |
| tree | 4777137be952e460b65d36b19fa3edd5be577521 /xmake/core/project/project.lua | |
| parent | 6c56467b2938a414f62311133fe8a0edb3aaa5c6 (diff) | |
add package extra config info
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 502a5b6cf..b2e102833 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -536,11 +536,6 @@ function project._load_requires() instance._INFO = { __requirestr = requirestr, __extrainfo = extrainfo } end - -- need not links? remove it - if instance:extra("nolink") then - instance:set("links", nil) - end - -- add require info requires[alias or packagename] = instance end |
