Explorar o código

fix lua errors

ruki %!s(int64=6) %!d(string=hai) anos
pai
achega
6140dce89c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)