fix xmake.lua
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user