Explorar el Código

remove cflags for ncurses

ruki hace 6 años
padre
commit
55dff9ab2b
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

@@ -13,5 +13,5 @@ package("ncurses")
     end)
 
     on_install("linux", "macosx", function (package)
-        import("package.tools.autoconf").install(package, {"--without-manpages", ["with-build-cflags"] = package:config("cflags")})
+        import("package.tools.autoconf").install(package, {"--without-manpages"})
     end)