2
0
ruki 6 жил өмнө
parent
commit
458b91a906

+ 1 - 3
README.md

@@ -86,9 +86,7 @@ If you want to know more, please refer to:
 |libuv||||libxml2|||
 |libxml2||||lua|||
 
-Note: Only some packages are shown here.
-
-If you want to see a complete list of all packages, please see: [PKGLIST.md](https://github.com/xmake-io/xmake-repo/blob/master/PKGLIST.md)
+Note: Only some packages are shown here. If you want to see a complete list of all packages, please see: [PKGLIST.md](https://github.com/xmake-io/xmake-repo/blob/master/PKGLIST.md)
 
 We also welcome everyone to contribute some packages to our package repository.🙏 
 

+ 1 - 1
packages/z/zlib/xmake.lua

@@ -12,7 +12,7 @@ package("zlib")
     on_install("linux", "macosx", function (package)
         import("package.tools.autoconf").install(package, {"--static"})
     end)
- 
+
     on_install("windows", function (package)
         io.gsub("win32/Makefile.msc", "%-MD", "-" .. package:config("vs_runtime"))
         os.vrun("nmake -f win32\\Makefile.msc zlib.lib")