diff options
| author | ruki <[email protected]> | 2021-01-01 22:35:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-01 22:35:43 +0800 |
| commit | 3d81bbfbc1d0e4578ac4960585ea6fa6dd655908 (patch) | |
| tree | 1cf4e3b5a5308b4ab0e15a8549dad3742dd9cad8 /xmake/core/project/project.lua | |
| parent | 18b68e6e7ab221b5ebd6c992bd02fa11c73d52ae (diff) | |
add multiconfigs2
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index a495a300c..60ba7a0ea 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -619,7 +619,7 @@ function project._load_requires() instance._INFO = { __requirestr = requirestr, __extrainfo = extrainfo } end - -- discard scripts in extrainfo, we need not it now (e.g. on_load ..) + -- @deprecated discard scripts in extrainfo, we need not it now (e.g. on_load ..) if extrainfo then for k, v in pairs(extrainfo) do if type(v) == "function" then |
