diff options
| author | ruki <[email protected]> | 2025-01-07 23:19:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-07 23:19:03 +0800 |
| commit | bd6ded54efbea8fe01040941ce8d39951a8431c9 (patch) | |
| tree | dd9666e69463dfb7e0c69400c41e06c95293d659 /xmake/modules | |
| parent | 9021afe5a0fd56abc7683409c921fd60de786588 (diff) | |
fix package with 3rd namespace
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index a06ee7a29..30c571592 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -1064,9 +1064,6 @@ function _load_package(packagename, requireinfo, opt) end _memcache():set2("packageids", packagename, (packageid or 0) + 1) end - if displayname and package:namespace() then - displayname = package:namespace() .. "::" .. displayname - end package:displayname_set(displayname) -- disable parallelize if the package cache directory conflicts |
