diff options
| author | ruki <[email protected]> | 2021-02-27 13:05:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-27 13:05:58 +0800 |
| commit | b39517af86ecfd12bbff285b6f027047debcad0d (patch) | |
| tree | 36221bbbf0b6ef75e4d7125badc8856fac67de80 | |
| parent | ad5b620202ef0d6cef1087bf15d3f5d1e06189f4 (diff) | |
update readme
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | README_zh.md | 3 | ||||
| -rw-r--r-- | xmake/modules/package/manager/find_package.lua | 1 |
3 files changed, 6 insertions, 3 deletions
@@ -46,8 +46,9 @@ </a> </div> - <p>A cross-platform build utility based on Lua</p> -</div> + <b>A cross-platform build utility based on Lua</b><br/> + <i>Modern C/C++ build tools, Simple, Fast, Powerful dependency package integration</i><br/> +</div>> ## Supporting the project diff --git a/README_zh.md b/README_zh.md index fdbb9404c..d23b79d99 100644 --- a/README_zh.md +++ b/README_zh.md @@ -46,7 +46,8 @@ </a> </div> - <p>A cross-platform build utility based on Lua</p> + <b>A cross-platform build utility based on Lua</b><br/> + <i>Modern C/C++ build tools, Simple, Fast, Powerful dependency package integration</i><br/> </div> ## 项目支持 diff --git a/xmake/modules/package/manager/find_package.lua b/xmake/modules/package/manager/find_package.lua index 22d6b62b9..5d4307911 100644 --- a/xmake/modules/package/manager/find_package.lua +++ b/xmake/modules/package/manager/find_package.lua @@ -96,6 +96,7 @@ function _find_package(manager_name, package_name, opt) -- TODO compatible with the previous version: pkg_config (deprecated) if manager_name == "pkg_config" then manager_name = "pkgconfig" + wprint("please use find_package(\"pkgconfig::%s\") instead of `pkg_config::%s`", package_name, package_name) end -- find it |
