diff options
| author | ruki <[email protected]> | 2018-09-12 23:22:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-12 14:15:59 +0800 |
| commit | 6c804755e70f08edb7c83031abc739db0561b75c (patch) | |
| tree | 81658492b09f3cf723ddc9d95f42aa5756c1a715 /xmake/core/project/option.lua | |
| parent | 0a8a275f8cb9a51446746f796031882dfc8381ae (diff) | |
remove required packages
Diffstat (limited to 'xmake/core/project/option.lua')
| -rw-r--r-- | xmake/core/project/option.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua index 5806ead1e..a147bb3c2 100644 --- a/xmake/core/project/option.lua +++ b/xmake/core/project/option.lua @@ -248,7 +248,7 @@ end -- clear the option status and need recheck it function option:clear() - -- enable or disable this option? + -- clear config config.set(self:name(), nil) -- clear this option in cache |
