瀏覽代碼

improve ncurses

xq114 3 年之前
父節點
當前提交
fab6538435
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)