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
local lualinks = nil
if not is_plat("windows") then
if is_plat("macosx") then
lualinks = {}
end
if has_config("luajit") then