summaryrefslogtreecommitdiff
path: root/xmake/core/base/json.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-19 23:19:17 +0800
committerruki <[email protected]>2023-01-19 23:19:17 +0800
commit1ac6f521c877565eecfe4d6bdc583b93c9e747a9 (patch)
tree92cc9538bfb133f151d76f2e1539d1417071ea54 /xmake/core/base/json.lua
parentb091805cdaf6225d84b85039c1d19b4133be6f0d (diff)
disable cjson
Diffstat (limited to 'xmake/core/base/json.lua')
-rw-r--r--xmake/core/base/json.lua1
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")