From f622aa3e67fb30b7ed14ac24ad9ac535e4eaadf7 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 11 May 2020 22:44:20 +0800 Subject: [PATCH] fix xmake.lua --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index aa8ad73..2933e6f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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