From 6f0f25b64487a32989cb718aa50d9bc729f46d66 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Sep 2021 09:51:33 +0800 Subject: build lua for windows --- core/src/lua-cjson/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/lua-cjson/xmake.lua') diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua index d2eec99f0..d3b12ded1 100644 --- a/core/src/lua-cjson/xmake.lua +++ b/core/src/lua-cjson/xmake.lua @@ -1,7 +1,7 @@ target("lua-cjson") set_kind("static") set_warnings("all") - add_deps("luajit") + add_deps(get_config("backend")) if is_plat("windows") then set_languages("c89") end -- cgit v1.3.1