diff options
| author | ruki <[email protected]> | 2024-10-11 00:55:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-11 00:55:26 +0800 |
| commit | d023f3501a95bcd2c7475b578bed7585d8ed60d3 (patch) | |
| tree | 8471660ffd078779e04ba09c2a67ae178e1eb65e /xmake/modules/private/action/require/impl/utils/requirekey.lua | |
| parent | c189bb54bc616f219d7881c032a207fdaa385a17 (diff) | |
rename to strhash
Diffstat (limited to 'xmake/modules/private/action/require/impl/utils/requirekey.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/utils/requirekey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/utils/requirekey.lua b/xmake/modules/private/action/require/impl/utils/requirekey.lua index a8f435cdf..13d31cd3a 100644 --- a/xmake/modules/private/action/require/impl/utils/requirekey.lua +++ b/xmake/modules/private/action/require/impl/utils/requirekey.lua @@ -78,7 +78,7 @@ function main(requireinfo, opt) if key == "" then key = "_" -- we need to generate a fixed hash value end - return hash.hash32(key) + return hash.strhash32(key) else return key end |
