diff options
| author | ruki <[email protected]> | 2019-02-03 11:20:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-02-03 11:20:02 +0800 |
| commit | e35595f73271cb14363c027694183dec3a32e910 (patch) | |
| tree | 32b6efd9c4ec17781eab6a8e746e79e97bddd21c /xmake/core/project/option.lua | |
| parent | e7c2f6900a1aee4c065422ab5a252897f4c90b64 (diff) | |
attach option and configvars
Diffstat (limited to 'xmake/core/project/option.lua')
| -rw-r--r-- | xmake/core/project/option.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua index 637327389..c6592796c 100644 --- a/xmake/core/project/option.lua +++ b/xmake/core/project/option.lua @@ -78,6 +78,11 @@ function option.apis() , "option.add_vectorexts" , "option.add_features" } + , keyvalues = + { + -- option.set_xxx + "option.set_configvar" + } , script = { -- option.before_xxx |
