浏览代码

fix lua errors

ruki 6 年之前
父节点
当前提交
6140dce89c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/lua/xmake.lua

+ 1 - 1
packages/l/lua/xmake.lua

@@ -43,7 +43,7 @@ package("lua")
                 if not is_plat("windows") then
                     add_syslinks("dl")
                 end
-        ]], package:config("shared") and "shared" or "static"), is_plat(os.host()) and "true" or "false")
+        ]], package:config("shared") and "shared" or "static", is_plat(os.host()) and "true" or "false"))
         import("package.tools.xmake").install(package)
     end)