diff options
| author | ruki <[email protected]> | 2026-01-27 00:51:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-27 00:51:58 +0800 |
| commit | d6ffb5e19ca08466854081dda6bfb3b91102ae81 (patch) | |
| tree | fc07fa44c256abae02e0ac93298352ce87b4e1de | |
| parent | 7f68201e903054c42a5820c3d9ede6851d9d8821 (diff) | |
fix package 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 5740c7f1d..b53234ba1 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:displayname()) + assert(#package:schemes_orderlist() > 0, "package(%s): no available schemes", package:name()) local is_system = requireinfo.system if not version and not package:is_thirdparty() and is_system ~= true then |
