diff options
| author | ruki <[email protected]> | 2017-07-20 13:38:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-20 13:38:04 +0800 |
| commit | e5d685f1fdba2977986950b13dc851682d3f7bcc (patch) | |
| tree | 5725eb45128a427c625d0a54073bfdfd4ae9b770 /xmake/actions/global/main.lua | |
| parent | 37e1e4b70b3f0f29e695603f1ba5ce1fd96f7417 (diff) | |
fix config readonly mode for vs201x plugin
Diffstat (limited to 'xmake/actions/global/main.lua')
| -rw-r--r-- | xmake/actions/global/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/global/main.lua b/xmake/actions/global/main.lua index de3d9ea51..5bd848c74 100644 --- a/xmake/actions/global/main.lua +++ b/xmake/actions/global/main.lua @@ -46,7 +46,7 @@ function main() changed = changed or global.get(name) ~= value -- @note override it and mark as readonly - global.set(name, value, true) + global.set(name, value, {readonly = true}) end end |
