diff options
| author | ruki <[email protected]> | 2021-08-23 14:58:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-23 14:58:30 +0800 |
| commit | b5465246870f6eac49ed7edf3e727706766a452b (patch) | |
| tree | c7cd47ca5c63b00e8d5f17afddb3b6709781e44f | |
| parent | 8085ec72beba660555c4a0b3d4e01ef064356b30 (diff) | |
Update package.lua
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 5 |
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() |
