Browse Source

improve ncurses

xq114 3 years ago
parent
commit
fab6538435
1 changed files with 1 additions and 1 deletions
  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
         if package:config("shared") then
             table.insert(configs, "--with-shared")
             table.insert(configs, "--with-shared")
         end
         end
-        import("package.tools.autoconf").install(package, configs, {jobs = 1})
+        import("package.tools.autoconf").install(package, configs, {arflags = "-curvU"})
     end)
     end)
 
 
     on_test(function (package)
     on_test(function (package)