diff options
Diffstat (limited to 'xmake/modules/private/action/require/impl/utils/requirekey.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/utils/requirekey.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/utils/requirekey.lua b/xmake/modules/private/action/require/impl/utils/requirekey.lua index 330f5a961..fdd0f43da 100644 --- a/xmake/modules/private/action/require/impl/utils/requirekey.lua +++ b/xmake/modules/private/action/require/impl/utils/requirekey.lua @@ -31,6 +31,9 @@ function main(requireinfo, opt) if opt.arch then key = key .. "/" .. opt.arch end + if opt.kind then + key = key .. "/" .. opt.kind + end if opt.version then key = key .. "/" .. opt.version end |
