summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-19 23:12:23 +0800
committerruki <[email protected]>2023-01-19 23:12:23 +0800
commit802ddfa09619d26f4446c046c365545684ff5fb4 (patch)
tree5876a1755c3feaf1c1f6f99f9ba59b9d1a02f76c
parentc92a0248406711b5f1d6e27a22f45bab00dfc6b7 (diff)
update comment
-rwxr-xr-xcore/xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.sh b/core/xmake.sh
index c9e0db8a2..8e20425b2 100755
--- a/core/xmake.sh
+++ b/core/xmake.sh
@@ -75,7 +75,7 @@ void test() {\n
}"
option_end
-# the lua-cjson option
+# the lua-cjson option, only for luajit/lua5.1
option "lua_cjson"
add_defines "XM_CONFIG_API_HAVE_LUA_CJSON"
before_check "option_find_lua_cjson"