fix xmake.lua

This commit is contained in:
ruki
2020-05-11 22:44:20 +08:00
parent d87ce6d8d5
commit f622aa3e67

View File

@@ -105,7 +105,7 @@ target("ltui")
-- add lua and do not link it on linux and macos -- add lua and do not link it on linux and macos
local lualinks = nil local lualinks = nil
if not is_plat("windows") then if is_plat("macosx") then
lualinks = {} lualinks = {}
end end
if has_config("luajit") then if has_config("luajit") then