Explorar el Código

improve ncurses

xq114 hace 3 años
padre
commit
b0ae2b34a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/n/ncurses/xmake.lua

+ 1 - 1
packages/n/ncurses/xmake.lua

@@ -31,7 +31,7 @@ package("ncurses")
         if package:config("shared") then
             table.insert(configs, "--with-shared")
         end
-        import("package.tools.autoconf").install(package, configs, {arflags = "-curvU"})
+        import("package.tools.autoconf").install(package, configs, {arflags = {"-curvU"}})
     end)
 
     on_test(function (package)