diff options
| author | ruki <[email protected]> | 2020-09-25 22:36:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-25 22:36:54 +0800 |
| commit | bbd348359b19567809bbffea7438d37d55be8166 (patch) | |
| tree | 0b0653560e6b98e5addf2f3b051567de6df13f47 | |
| parent | 48b9dacbee9b6ddcdd5a8390550d1a3db0e4fada (diff) | |
update readme
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -258,7 +258,7 @@ Download and use packages in [xmake-repo](https://github.com/xmake-io/xmake-repo ```lua add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8") -add_requires("conan::OpenSSL/1.0.2n@conan/stable", {alias = "openssl", optional = true, debug = true}) +add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) target("test") set_kind("binary") add_files("src/*.c") diff --git a/README_zh.md b/README_zh.md index 9fa9dbf4e..5a41d8b4f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -260,7 +260,7 @@ target("test") ```lua add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8") -add_requires("conan::OpenSSL/1.0.2n@conan/stable", {alias = "openssl", optional = true, debug = true}) +add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) target("test") set_kind("binary") add_files("src/*.c") |
