diff options
| author | ruki <[email protected]> | 2023-01-19 23:45:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-19 23:45:16 +0800 |
| commit | ed38818a56f40b2fbd51ea10957c1cd6ed0ced41 (patch) | |
| tree | d9280d1e9e3e2f171559607a9458a7c9ace17a73 /xmake/core/base/json.lua | |
| parent | b653884db6a9403f3ec8306f49420c5c4f1c660c (diff) | |
enable cjson
Diffstat (limited to 'xmake/core/base/json.lua')
| -rw-r--r-- | xmake/core/base/json.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua index b99c6eb46..4c619e69a 100644 --- a/xmake/core/base/json.lua +++ b/xmake/core/base/json.lua @@ -20,7 +20,6 @@ -- define module: json local json = json or {} -cjson = nil -- TODO disable it for testing -- load modules local io = require("base/io") |
