summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-08 23:28:02 +0800
committerruki <[email protected]>2025-01-08 23:28:02 +0800
commit7dec01ba2840236fc975d9213842108ed13e858d (patch)
tree81a647bbf3fece33bcdc87cec3a0f0df2faf26e8 /xmake/core/project/project.lua
parent4ad00835a9070c32b6ce17248e5702ef0eae5a37 (diff)
get packages with namespace
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 7a24a298a..a41ecc0cf 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -524,7 +524,7 @@ function project._load_requires()
end
-- add require info
- requires[alias or packagename] = instance
+ requires[name] = instance
end
return requires
end