util.dependencies: Avoid missing bitop false positive on Lua 5.4

This commit is contained in:
Kim Alvefur 2019-11-09 13:58:25 +01:00
parent f10cf81e37
commit 2848e38b7e

View file

@ -90,7 +90,7 @@ local function check_dependencies()
}, "SSL/TLS support will not be available");
end
local bit = _G.bit32 or softreq"bit";
local bit = softreq"util.bitcompat";
if not bit then
missingdep("lua-bitops", {