modify readme

pull/18/head
ruki 6 years ago
parent 810468c799
commit 458b91a906
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 4
      README.md
  2. 2
      packages/z/zlib/xmake.lua

@ -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.🙏

@ -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")

Loading…
Cancel
Save