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