From ed38818a56f40b2fbd51ea10957c1cd6ed0ced41 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 19 Jan 2023 23:45:16 +0800 Subject: enable cjson --- xmake/core/base/json.lua | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.3.1