diff options
| author | ruki <[email protected]> | 2026-01-27 00:53:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-27 00:53:51 +0800 |
| commit | bafed7828a74fb58aea834a9b012a0f476a04d99 (patch) | |
| tree | 00840affb48463144e32f3ecb420599b264536a5 | |
| parent | d6ffb5e19ca08466854081dda6bfb3b91102ae81 (diff) | |
improve tips
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index b53234ba1..8cf4fffe0 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -439,7 +439,7 @@ function _select_package_version(package, requireinfo, locked_requireinfo) return true end end) - assert(#package:schemes_orderlist() > 0, "package(%s): no available schemes", package:name()) + assert(#package:schemes_orderlist() > 0, "package(%s): no available schemes with urls and versions", package:name()) local is_system = requireinfo.system if not version and not package:is_thirdparty() and is_system ~= true then |
