From d023f3501a95bcd2c7475b578bed7585d8ed60d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 11 Oct 2024 00:55:26 +0800 Subject: rename to strhash --- xmake/modules/private/action/require/impl/utils/requirekey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/action/require/impl/utils/requirekey.lua') 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 -- cgit v1.3.1