diff options
| author | ruki <[email protected]> | 2021-09-18 09:51:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 09:51:33 +0800 |
| commit | 6f0f25b64487a32989cb718aa50d9bc729f46d66 (patch) | |
| tree | 1f4b3d523cb591aab977363fdd241ae62b46661e /core/src/xmake/xmake.lua | |
| parent | eb826246511e2afca394302aecccdf18d02a297f (diff) | |
build lua for windows
Diffstat (limited to 'core/src/xmake/xmake.lua')
| -rw-r--r-- | core/src/xmake/xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/xmake/xmake.lua b/core/src/xmake/xmake.lua index 7a604301a..c954db65b 100644 --- a/core/src/xmake/xmake.lua +++ b/core/src/xmake/xmake.lua @@ -7,7 +7,8 @@ target("xmake") if has_config("curses") or has_config("pdcurses") then add_deps("lcurses") end - add_deps("sv", "luajit", "lua-cjson", "tbox") + add_deps("sv", "lua-cjson", "tbox") + add_deps(get_config("backend")) -- add defines add_defines("__tb_prefix__=\"xmake\"") |
