diff options
| author | ruki <[email protected]> | 2026-01-27 00:57:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-27 00:57:26 +0800 |
| commit | b55dade1f55c21c498faa39463c5122b1a3bac22 (patch) | |
| tree | c4947b51ca02e8753921fa34487a5615d2c49e36 | |
| parent | bafed7828a74fb58aea834a9b012a0f476a04d99 (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 8cf4fffe0..e1fdba178 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -444,7 +444,7 @@ function _select_package_version(package, requireinfo, locked_requireinfo) local is_system = requireinfo.system if not version and not package:is_thirdparty() and is_system ~= true then local require_version = requireinfo.version - raise("package(%s): version(%s) not found!", package:displayname(), require_version) + raise("package(%s): version(%s) not found!", package:name(), require_version) end return version, source end |
