Browse Source

modify readme

ruki 6 years ago
parent
commit
458b91a906
2 changed files with 2 additions and 4 deletions
  1. 1 3
      README.md
  2. 1 1
      packages/z/zlib/xmake.lua

+ 1 - 3
README.md

@@ -86,9 +86,7 @@ If you want to know more, please refer to:
 |libuv||||libxml2|||
 |libuv||||libxml2|||
 |libxml2||||lua|||
 |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.🙏 
 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)
     on_install("linux", "macosx", function (package)
         import("package.tools.autoconf").install(package, {"--static"})
         import("package.tools.autoconf").install(package, {"--static"})
     end)
     end)
- 
+
     on_install("windows", function (package)
     on_install("windows", function (package)
         io.gsub("win32/Makefile.msc", "%-MD", "-" .. package:config("vs_runtime"))
         io.gsub("win32/Makefile.msc", "%-MD", "-" .. package:config("vs_runtime"))
         os.vrun("nmake -f win32\\Makefile.msc zlib.lib")
         os.vrun("nmake -f win32\\Makefile.msc zlib.lib")