summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-23 14:58:30 +0800
committerGitHub <[email protected]>2021-08-23 14:58:30 +0800
commitb5465246870f6eac49ed7edf3e727706766a452b (patch)
treec7cd47ca5c63b00e8d5f17afddb3b6709781e44f
parent8085ec72beba660555c4a0b3d4e01ef064356b30 (diff)
Update package.lua
-rw-r--r--xmake/modules/private/action/require/impl/package.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua
index 55085d4f1..c8035fecd 100644
--- a/xmake/modules/private/action/require/impl/package.lua
+++ b/xmake/modules/private/action/require/impl/package.lua
@@ -762,11 +762,6 @@ function _load_package(packagename, requireinfo, opt)
on_load(package)
end
- -- check build hash
- if locked_requireinfo and locked_requireinfo.buildhash ~= package:buildhash() then
- wprint("package(%s): buildhash is not matched in xmake-requires.lock", package:displayname(), locked_requireinfo.buildhash, package:buildhash())
- end
-
-- load environments from the manifest to enable the environments of on_install()
package:envs_load()