diff options
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 0b1b9879e..5d8d6b111 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -1701,7 +1701,7 @@ function _instance:buildhash() table.sort(toolchains) str = str .. "_" .. table.concat(toolchains, "_") end - return hash.uuid4(str):gsub('-', ''):lower() + return hash.strhash128(str) end local function _get_installdir(...) local name = self:name():lower():gsub("::", "_") |
