diff options
| author | ruki <[email protected]> | 2025-01-08 23:28:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-08 23:28:02 +0800 |
| commit | 7dec01ba2840236fc975d9213842108ed13e858d (patch) | |
| tree | 81a647bbf3fece33bcdc87cec3a0f0df2faf26e8 /xmake/core/project/project.lua | |
| parent | 4ad00835a9070c32b6ce17248e5702ef0eae5a37 (diff) | |
get packages with namespace
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
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 |
